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=8329
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8330", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8328", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8329, "results": [ { "start": 874336074, "stop": 874336387 }, { "start": 874336404, "stop": 874336861 }, { "start": 874336981, "stop": 874337394 }, { "start": 874337411, "stop": 874337940 }, { "start": 874338060, "stop": 874338063 }, { "start": 874338092, "stop": 874338126 }, { "start": 874338143, "stop": 874338731 }, { "start": 874338851, "stop": 874339650 }, { "start": 874341393, "stop": 874341480 }, { "start": 874341540, "stop": 874341720 }, { "start": 874341780, "stop": 874342198 }, { "start": 874342217, "stop": 874343100 }, { "start": 874345936, "stop": 874345952 }, { "start": 874345972, "stop": 874346003 }, { "start": 874346020, "stop": 874346050 }, { "start": 874346067, "stop": 874346088 }, { "start": 874346108, "stop": 874346214 }, { "start": 874346231, "stop": 874346236 }, { "start": 874346303, "stop": 874346466 }, { "start": 874346487, "stop": 874346760 } ] }