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=142
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=143", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=141", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 142, "results": [ { "start": 817130802, "stop": 817130931 }, { "start": 817130951, "stop": 817131082 }, { "start": 817131112, "stop": 817131222 }, { "start": 817131242, "stop": 817131262 }, { "start": 817131281, "stop": 817131299 }, { "start": 817131319, "stop": 817131325 }, { "start": 817131345, "stop": 817131482 }, { "start": 817131502, "stop": 817131678 }, { "start": 817131742, "stop": 817131773 }, { "start": 817131776, "stop": 817131799 }, { "start": 817131803, "stop": 817131827 }, { "start": 817131846, "stop": 817131861 }, { "start": 817131882, "stop": 817131916 }, { "start": 817131935, "stop": 817132086 }, { "start": 817132090, "stop": 817132311 }, { "start": 817132331, "stop": 817132420 }, { "start": 817132442, "stop": 817132600 }, { "start": 817132620, "stop": 817132828 }, { "start": 817132864, "stop": 817132925 }, { "start": 817132945, "stop": 817133176 } ] }