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=15706
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15707", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15705", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15706, "results": [ { "start": 971163291, "stop": 971163295 }, { "start": 971163296, "stop": 971163297 }, { "start": 971163298, "stop": 971163300 }, { "start": 971163302, "stop": 971163303 }, { "start": 971163307, "stop": 971163309 }, { "start": 971163313, "stop": 971163315 }, { "start": 971163317, "stop": 971163319 }, { "start": 971163320, "stop": 971163322 }, { "start": 971163324, "stop": 971163329 }, { "start": 971163333, "stop": 971163335 }, { "start": 971163339, "stop": 971163340 }, { "start": 971163341, "stop": 971163347 }, { "start": 971163349, "stop": 971163350 }, { "start": 971163351, "stop": 971163353 }, { "start": 971163356, "stop": 971163357 }, { "start": 971163359, "stop": 971163366 }, { "start": 971163368, "stop": 971163369 }, { "start": 971163371, "stop": 971163373 }, { "start": 971163375, "stop": 971163382 }, { "start": 971163384, "stop": 971163386 } ] }