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_H1L1/segments?format=api&page=228
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=229", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=227", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 228, "results": [ { "start": 827690226, "stop": 827690286 }, { "start": 827690620, "stop": 827690740 }, { "start": 827690900, "stop": 827690960 }, { "start": 827691268, "stop": 827691328 }, { "start": 827691909, "stop": 827692149 }, { "start": 827692356, "stop": 827692476 }, { "start": 827692627, "stop": 827692747 }, { "start": 827693397, "stop": 827693457 }, { "start": 827694480, "stop": 827694960 }, { "start": 827700384, "stop": 827700564 }, { "start": 827702352, "stop": 827702592 }, { "start": 827702995, "stop": 827703235 }, { "start": 827703491, "stop": 827703551 }, { "start": 827704459, "stop": 827704999 }, { "start": 827705165, "stop": 827705225 }, { "start": 827705455, "stop": 827705755 }, { "start": 827705892, "stop": 827705952 }, { "start": 827706221, "stop": 827706521 }, { "start": 827706952, "stop": 827707012 }, { "start": 827707171, "stop": 827707291 } ] }