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/L1_CBCHIGH_CAT4/segments?format=api&page=8357
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8358", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8356", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8357, "results": [ { "start": 874684156, "stop": 874684171 }, { "start": 874684198, "stop": 874684215 }, { "start": 874684280, "stop": 874684347 }, { "start": 874684364, "stop": 874684469 }, { "start": 874684486, "stop": 874684496 }, { "start": 874684513, "stop": 874684564 }, { "start": 874684582, "stop": 874684671 }, { "start": 874684691, "stop": 874684809 }, { "start": 874684866, "stop": 874685023 }, { "start": 874685040, "stop": 874685314 }, { "start": 874685331, "stop": 874685429 }, { "start": 874685488, "stop": 874685540 }, { "start": 874685567, "stop": 874685588 }, { "start": 874685708, "stop": 874685724 }, { "start": 874685741, "stop": 874685769 }, { "start": 874685786, "stop": 874685823 }, { "start": 874685840, "stop": 874685855 }, { "start": 874685872, "stop": 874685882 }, { "start": 874685901, "stop": 874686128 }, { "start": 874686171, "stop": 874686183 } ] }