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=8057
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8058", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8056", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8057, "results": [ { "start": 872290441, "stop": 872290505 }, { "start": 872290522, "stop": 872290685 }, { "start": 872290805, "stop": 872291970 }, { "start": 872291989, "stop": 872291999 }, { "start": 872292019, "stop": 872292749 }, { "start": 872292766, "stop": 872293032 }, { "start": 872293152, "stop": 872293342 }, { "start": 872293583, "stop": 872293976 }, { "start": 872293993, "stop": 872293999 }, { "start": 872294018, "stop": 872295769 }, { "start": 872295789, "stop": 872296031 }, { "start": 872296104, "stop": 872296260 }, { "start": 872296279, "stop": 872296285 }, { "start": 872296304, "stop": 872296330 }, { "start": 872296375, "stop": 872296431 }, { "start": 872296451, "stop": 872296468 }, { "start": 872296495, "stop": 872296622 }, { "start": 872296651, "stop": 872296676 }, { "start": 872296695, "stop": 872297038 }, { "start": 872297055, "stop": 872297735 } ] }