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=15884
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15885", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15883", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15884, "results": [ { "start": 971251242, "stop": 971251246 }, { "start": 971251248, "stop": 971251272 }, { "start": 971251290, "stop": 971251312 }, { "start": 971251315, "stop": 971251323 }, { "start": 971251324, "stop": 971251338 }, { "start": 971251339, "stop": 971251362 }, { "start": 971251364, "stop": 971251375 }, { "start": 971251377, "stop": 971251385 }, { "start": 971251386, "stop": 971251414 }, { "start": 971251415, "stop": 971251420 }, { "start": 971251421, "stop": 971251440 }, { "start": 971251441, "stop": 971251445 }, { "start": 971251446, "stop": 971251454 }, { "start": 971251455, "stop": 971251465 }, { "start": 971251466, "stop": 971251488 }, { "start": 971251489, "stop": 971251502 }, { "start": 971251503, "stop": 971251514 }, { "start": 971251515, "stop": 971251518 }, { "start": 971251536, "stop": 971251538 }, { "start": 971251539, "stop": 971251540 } ] }