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/H1_STOCH_CAT1/segments?format=api&page=1465
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1466", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1464", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 1465, "results": [ { "start": 859967060, "stop": 860010972 }, { "start": 860011960, "stop": 860060462 }, { "start": 860061935, "stop": 860071415 }, { "start": 860071708, "stop": 860105683 }, { "start": 860106177, "stop": 860106351 }, { "start": 860106588, "stop": 860109703 }, { "start": 860110766, "stop": 860149698 }, { "start": 860150499, "stop": 860151464 }, { "start": 860151604, "stop": 860163261 }, { "start": 860163447, "stop": 860168963 }, { "start": 860169556, "stop": 860169864 }, { "start": 860170414, "stop": 860170468 }, { "start": 860170781, "stop": 860170958 }, { "start": 860170961, "stop": 860170974 }, { "start": 860206202, "stop": 860252424 }, { "start": 860269903, "stop": 860271151 }, { "start": 860271154, "stop": 860271157 }, { "start": 860271161, "stop": 860271167 }, { "start": 860271170, "stop": 860273108 }, { "start": 860274698, "stop": 860280065 } ] }