Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=84
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=85", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=83", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 84, "results": [ { "start": 824210413, "stop": 824210639 }, { "start": 824210643, "stop": 824210679 }, { "start": 824210682, "stop": 824210803 }, { "start": 824210812, "stop": 824210880 }, { "start": 824210883, "stop": 824211024 }, { "start": 824211028, "stop": 824211030 }, { "start": 824211034, "stop": 824211120 }, { "start": 824211123, "stop": 824211172 }, { "start": 824211176, "stop": 824211191 }, { "start": 824211199, "stop": 824211205 }, { "start": 824211219, "stop": 824211258 }, { "start": 824211261, "stop": 824211301 }, { "start": 824211304, "stop": 824211365 }, { "start": 824211373, "stop": 824211384 }, { "start": 824211416, "stop": 824211422 }, { "start": 824211426, "stop": 824211441 }, { "start": 824211450, "stop": 824211460 }, { "start": 824211464, "stop": 824211555 }, { "start": 824211560, "stop": 824211565 }, { "start": 824211590, "stop": 824211596 } ] }