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/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=186
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=187", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=185", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 186, "results": [ { "start": 1240109348, "stop": 1240109466 }, { "start": 1240109468, "stop": 1240109586 }, { "start": 1240109588, "stop": 1240109706 }, { "start": 1240109708, "stop": 1240109826 }, { "start": 1240109828, "stop": 1240109946 }, { "start": 1240109948, "stop": 1240110066 }, { "start": 1240110068, "stop": 1240110186 }, { "start": 1240110188, "stop": 1240110306 }, { "start": 1240110308, "stop": 1240110426 }, { "start": 1240110428, "stop": 1240110546 }, { "start": 1240110548, "stop": 1240110666 }, { "start": 1240110668, "stop": 1240110786 }, { "start": 1240110788, "stop": 1240110906 }, { "start": 1240110908, "stop": 1240111026 }, { "start": 1240111028, "stop": 1240111146 }, { "start": 1240111148, "stop": 1240111266 }, { "start": 1240111268, "stop": 1240111386 }, { "start": 1240111388, "stop": 1240111506 }, { "start": 1240111508, "stop": 1240111626 }, { "start": 1240111628, "stop": 1240111744 } ] }