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=68
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=69", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=67", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 68, "results": [ { "start": 816691219, "stop": 816691241 }, { "start": 816691260, "stop": 816691315 }, { "start": 816691334, "stop": 816691390 }, { "start": 816691409, "stop": 816691492 }, { "start": 816691511, "stop": 816691542 }, { "start": 816691562, "stop": 816691571 }, { "start": 816691591, "stop": 816691673 }, { "start": 816691678, "stop": 816691686 }, { "start": 816691705, "stop": 816691766 }, { "start": 816691812, "stop": 816691848 }, { "start": 816691851, "stop": 816692045 }, { "start": 816692065, "stop": 816692134 }, { "start": 816692138, "stop": 816692207 }, { "start": 816692231, "stop": 816692263 }, { "start": 816692287, "stop": 816692333 }, { "start": 816692361, "stop": 816692404 }, { "start": 816692446, "stop": 816692533 }, { "start": 816692554, "stop": 816692571 }, { "start": 816692607, "stop": 816692658 }, { "start": 816692677, "stop": 816692745 } ] }