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/H2_STOCH_CAT1/segments?format=api&page=220
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=221", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=219", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 220, "results": [ { "start": 852057307, "stop": 852062244 }, { "start": 852062248, "stop": 852062887 }, { "start": 852062890, "stop": 852064721 }, { "start": 852064724, "stop": 852065233 }, { "start": 852147338, "stop": 852147373 }, { "start": 852154477, "stop": 852156133 }, { "start": 852156816, "stop": 852212144 }, { "start": 852212147, "stop": 852212293 }, { "start": 852253339, "stop": 852257622 }, { "start": 852257625, "stop": 852263380 }, { "start": 852267649, "stop": 852276886 }, { "start": 852278238, "stop": 852312952 }, { "start": 852315892, "stop": 852323413 }, { "start": 852324281, "stop": 852324657 }, { "start": 852324659, "stop": 852325431 }, { "start": 852326433, "stop": 852327687 }, { "start": 852327690, "stop": 852331123 }, { "start": 852331124, "stop": 852334094 }, { "start": 852334095, "stop": 852358182 }, { "start": 852362785, "stop": 852393193 } ] }