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=4003
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4004", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4002", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 4003, "results": [ { "start": 874684226, "stop": 874684237 }, { "start": 874684240, "stop": 874684254 }, { "start": 874684257, "stop": 874684261 }, { "start": 874684265, "stop": 874684267 }, { "start": 874684272, "stop": 874684355 }, { "start": 874684356, "stop": 874684477 }, { "start": 874684478, "stop": 874684504 }, { "start": 874684505, "stop": 874684572 }, { "start": 874684574, "stop": 874684817 }, { "start": 874684820, "stop": 874684826 }, { "start": 874684830, "stop": 874684840 }, { "start": 874684841, "stop": 874684857 }, { "start": 874684858, "stop": 874685322 }, { "start": 874685323, "stop": 874685437 }, { "start": 874685440, "stop": 874685452 }, { "start": 874685454, "stop": 874685465 }, { "start": 874685466, "stop": 874685478 }, { "start": 874685480, "stop": 874685548 }, { "start": 874685551, "stop": 874685553 }, { "start": 874685554, "stop": 874685556 } ] }