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=183
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=184", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=182", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 183, "results": [ { "start": 843855583, "stop": 843855591 }, { "start": 843864162, "stop": 843864942 }, { "start": 843864943, "stop": 843871084 }, { "start": 843871088, "stop": 843887051 }, { "start": 843889175, "stop": 843894044 }, { "start": 843894045, "stop": 843896527 }, { "start": 843896530, "stop": 843896745 }, { "start": 843896748, "stop": 843901993 }, { "start": 843903770, "stop": 843906313 }, { "start": 843908454, "stop": 843910232 }, { "start": 843910239, "stop": 843912253 }, { "start": 843912868, "stop": 843921428 }, { "start": 843947018, "stop": 843947227 }, { "start": 843947228, "stop": 843947229 }, { "start": 843947230, "stop": 843947380 }, { "start": 843947381, "stop": 843947704 }, { "start": 843947705, "stop": 843948858 }, { "start": 843948859, "stop": 843948901 }, { "start": 843948902, "stop": 843949082 }, { "start": 843949083, "stop": 843949173 } ] }