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=844
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=845", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=843", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 844, "results": [ { "start": 864227637, "stop": 864230397 }, { "start": 864230733, "stop": 864231153 }, { "start": 864231319, "stop": 864234709 }, { "start": 864234859, "stop": 864236299 }, { "start": 864236595, "stop": 864238035 }, { "start": 864238167, "stop": 864238467 }, { "start": 864238616, "stop": 864241616 }, { "start": 864241834, "stop": 864244294 }, { "start": 864246543, "stop": 864246603 }, { "start": 864246835, "stop": 864252295 }, { "start": 864252499, "stop": 864253339 }, { "start": 864255765, "stop": 864258375 }, { "start": 864258435, "stop": 864258585 }, { "start": 864260242, "stop": 864266422 }, { "start": 864266542, "stop": 864266662 }, { "start": 864268552, "stop": 864269572 }, { "start": 864269722, "stop": 864269932 }, { "start": 864270152, "stop": 864270482 }, { "start": 864270542, "stop": 864270602 }, { "start": 864270632, "stop": 864270692 } ] }