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_CAT3/segments?format=api&page=14801
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14802", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14800", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14801, "results": [ { "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 }, { "start": 971251541, "stop": 971251570 }, { "start": 971251572, "stop": 971251575 }, { "start": 971251576, "stop": 971251578 }, { "start": 971251581, "stop": 971251588 }, { "start": 971251589, "stop": 971251591 } ] }