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=218
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=219", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=217", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 218, "results": [ { "start": 1240193706, "stop": 1240193825 }, { "start": 1240193826, "stop": 1240193945 }, { "start": 1240193946, "stop": 1240194065 }, { "start": 1240194066, "stop": 1240194185 }, { "start": 1240194186, "stop": 1240194305 }, { "start": 1240194306, "stop": 1240194425 }, { "start": 1240194426, "stop": 1240194545 }, { "start": 1240194546, "stop": 1240194665 }, { "start": 1240194666, "stop": 1240194785 }, { "start": 1240194786, "stop": 1240194905 }, { "start": 1240194906, "stop": 1240195025 }, { "start": 1240195026, "stop": 1240195145 }, { "start": 1240195146, "stop": 1240195265 }, { "start": 1240195266, "stop": 1240195385 }, { "start": 1240195386, "stop": 1240195505 }, { "start": 1240195506, "stop": 1240195625 }, { "start": 1240195626, "stop": 1240195745 }, { "start": 1240195746, "stop": 1240195865 }, { "start": 1240195866, "stop": 1240195985 }, { "start": 1240195986, "stop": 1240196105 } ] }