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_STOCH_CAT2_H2L1/segments?format=api&page=216
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=217", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=215", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 216, "results": [ { "start": 827038563, "stop": 827038743 }, { "start": 827039301, "stop": 827039421 }, { "start": 827039559, "stop": 827039619 }, { "start": 827039930, "stop": 827040230 }, { "start": 827040424, "stop": 827040604 }, { "start": 827040983, "stop": 827041283 }, { "start": 827048199, "stop": 827048439 }, { "start": 827048622, "stop": 827048682 }, { "start": 827049043, "stop": 827049103 }, { "start": 827049278, "stop": 827049338 }, { "start": 827049493, "stop": 827049733 }, { "start": 827049868, "stop": 827049988 }, { "start": 827050358, "stop": 827050718 }, { "start": 827051008, "stop": 827051248 }, { "start": 827051740, "stop": 827051860 }, { "start": 827052441, "stop": 827052561 }, { "start": 827052761, "stop": 827052821 }, { "start": 827052964, "stop": 827053084 }, { "start": 827053323, "stop": 827053923 }, { "start": 827054070, "stop": 827054130 } ] }