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=50
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=51", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=49", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 50, "results": [ { "start": 817447363, "stop": 817447504 }, { "start": 817447507, "stop": 817447630 }, { "start": 817451182, "stop": 817451229 }, { "start": 817451241, "stop": 817451256 }, { "start": 817451259, "stop": 817451329 }, { "start": 817451333, "stop": 817451363 }, { "start": 817451366, "stop": 817451373 }, { "start": 817451374, "stop": 817451659 }, { "start": 817451662, "stop": 817451675 }, { "start": 817451678, "stop": 817451685 }, { "start": 817451688, "stop": 817451733 }, { "start": 817451739, "stop": 817451779 }, { "start": 817451783, "stop": 817453283 }, { "start": 817453286, "stop": 817453355 }, { "start": 817453358, "stop": 817453384 }, { "start": 817453387, "stop": 817460494 }, { "start": 817460497, "stop": 817460506 }, { "start": 817460509, "stop": 817461826 }, { "start": 817461829, "stop": 817461856 }, { "start": 817461859, "stop": 817461884 } ] }