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=15942
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15943", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15941", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15942, "results": [ { "start": 971409273, "stop": 971409281 }, { "start": 971409282, "stop": 971409283 }, { "start": 971409286, "stop": 971409289 }, { "start": 971409292, "stop": 971409295 }, { "start": 971409296, "stop": 971409305 }, { "start": 971409306, "stop": 971409313 }, { "start": 971409316, "stop": 971409317 }, { "start": 971409319, "stop": 971409322 }, { "start": 971409326, "stop": 971409328 }, { "start": 971409329, "stop": 971409331 }, { "start": 971409332, "stop": 971409333 }, { "start": 971409334, "stop": 971409335 }, { "start": 971409336, "stop": 971409340 }, { "start": 971409342, "stop": 971409344 }, { "start": 971409349, "stop": 971409359 }, { "start": 971409361, "stop": 971409363 }, { "start": 971409365, "stop": 971409366 }, { "start": 971409368, "stop": 971409370 }, { "start": 971409371, "stop": 971409372 }, { "start": 971409374, "stop": 971409378 } ] }