Run Detail
Return a specific past observation run.
Rel URLs:
- Follow
datasets_url
for a list of datasets. - Follow
events_url
for a list of events discovered on each run. - Follow
timelines_url
for a list of timelines and their segment list. - Follow
strain_files_url
for a list of strain files.
GET /api/v2/runs/O3GK?format=api
{ "name": "O3GK", "gps_start": 1270281618, "gps_end": 1271462418, "doi": "https://doi.org/10.7935/38s2-7g84", "detectors": [ "G1", "K1" ], "events_url": "https://gwosc.org/api/v2/runs/O3GK/events?format=api", "datasets_url": "https://gwosc.org/api/v2/runs/O3GK/datasets?format=api", "timelines_url": "https://gwosc.org/api/v2/runs/O3GK/timelines?format=api", "strain_files_url": "https://gwosc.org/api/v2/runs/O3GK/strain-files?format=api" }