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=155
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=156", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=154", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 155, "results": [ { "start": 837832598, "stop": 837832633 }, { "start": 837833685, "stop": 837833797 }, { "start": 837833798, "stop": 837834168 }, { "start": 837834169, "stop": 837834311 }, { "start": 837834314, "stop": 837834722 }, { "start": 837834726, "stop": 837834733 }, { "start": 837834734, "stop": 837834742 }, { "start": 837834743, "stop": 837834767 }, { "start": 837836150, "stop": 837836418 }, { "start": 837836419, "stop": 837836422 }, { "start": 837836423, "stop": 837837466 }, { "start": 837837467, "stop": 837843236 }, { "start": 837844536, "stop": 837865930 }, { "start": 837867035, "stop": 837871591 }, { "start": 837912587, "stop": 837924282 }, { "start": 837925060, "stop": 837960166 }, { "start": 837961062, "stop": 837963566 }, { "start": 837963806, "stop": 837964145 }, { "start": 837979955, "stop": 837986977 }, { "start": 837986978, "stop": 838041793 } ] }