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_CAT2/segments?format=api&page=296
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=297", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=295", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 296, "results": [ { "start": 818239221, "stop": 818239222 }, { "start": 818239242, "stop": 818239244 }, { "start": 818239278, "stop": 818239283 }, { "start": 818239290, "stop": 818239292 }, { "start": 818239296, "stop": 818239298 }, { "start": 818239320, "stop": 818239323 }, { "start": 818239326, "stop": 818239327 }, { "start": 818239334, "stop": 818239335 }, { "start": 818239338, "stop": 818239339 }, { "start": 818239361, "stop": 818239363 }, { "start": 818239378, "stop": 818239379 }, { "start": 818239382, "stop": 818239385 }, { "start": 818239389, "stop": 818239390 }, { "start": 818239406, "stop": 818239407 }, { "start": 818239414, "stop": 818239415 }, { "start": 818239442, "stop": 818239444 }, { "start": 818239454, "stop": 818239456 }, { "start": 818239476, "stop": 818239478 }, { "start": 818239487, "stop": 818239489 }, { "start": 818239492, "stop": 818239494 } ] }