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=713
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=714", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=712", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 713, "results": [ { "start": 856467771, "stop": 856468191 }, { "start": 856469173, "stop": 856470403 }, { "start": 856470433, "stop": 856471093 }, { "start": 856472123, "stop": 856472363 }, { "start": 856472509, "stop": 856473949 }, { "start": 856473979, "stop": 856474369 }, { "start": 856474938, "stop": 856477818 }, { "start": 856478010, "stop": 856481430 }, { "start": 856481520, "stop": 856481580 }, { "start": 856481610, "stop": 856482720 }, { "start": 856482750, "stop": 856485450 }, { "start": 856485480, "stop": 856487760 }, { "start": 856488513, "stop": 856489143 }, { "start": 856489173, "stop": 856494033 }, { "start": 856495497, "stop": 856497597 }, { "start": 856498786, "stop": 856500106 }, { "start": 856500389, "stop": 856500749 }, { "start": 856510990, "stop": 856523560 }, { "start": 856523590, "stop": 856524340 }, { "start": 856524400, "stop": 856525810 } ] }