Files
daqbuffer/apidoc/src/pulsemap.md
T
Dominik Werder 4cc0f65a0b Add pulsemap doc
2024-09-03 22:14:43 +02:00

12 lines
312 B
Markdown

# Map Pulse to Timestamp
For SwissFEL, pulse-ids can be mapped to timestamps:
```bash
curl "https://data-api.psi.ch/api/4/map/pulse/sf-databuffer/PULSEID"
```
If the pulse can not be found, it returns http status 204.
If the pulse and the corresponding timestamp was found, it returns the normal status 200.