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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15931
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15932", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15930", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15931, "results": [ { "start": 971402231, "stop": 971402232 }, { "start": 971402235, "stop": 971402251 }, { "start": 971402256, "stop": 971402257 }, { "start": 971402258, "stop": 971402262 }, { "start": 971402263, "stop": 971402270 }, { "start": 971402272, "stop": 971402275 }, { "start": 971402278, "stop": 971402280 }, { "start": 971402281, "stop": 971402282 }, { "start": 971402288, "stop": 971402289 }, { "start": 971402293, "stop": 971402296 }, { "start": 971402298, "stop": 971402307 }, { "start": 971402308, "stop": 971402310 }, { "start": 971402313, "stop": 971402323 }, { "start": 971402325, "stop": 971402329 }, { "start": 971402331, "stop": 971402334 }, { "start": 971402336, "stop": 971402360 }, { "start": 971402362, "stop": 971402375 }, { "start": 971402377, "stop": 971402383 }, { "start": 971402384, "stop": 971402409 }, { "start": 971402410, "stop": 971402417 } ] }