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_H2L1/segments?format=api&page=406
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=407", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=405", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 406, "results": [ { "start": 837683517, "stop": 837683637 }, { "start": 837683798, "stop": 837684878 }, { "start": 837685045, "stop": 837685225 }, { "start": 837685394, "stop": 837688934 }, { "start": 837689101, "stop": 837691381 }, { "start": 837692470, "stop": 837696850 }, { "start": 837697732, "stop": 837711352 }, { "start": 837711577, "stop": 837715777 }, { "start": 837715988, "stop": 837717308 }, { "start": 837717532, "stop": 837719512 }, { "start": 837719662, "stop": 837723652 }, { "start": 837727216, "stop": 837727606 }, { "start": 837727756, "stop": 837736936 }, { "start": 837737148, "stop": 837738468 }, { "start": 837738615, "stop": 837738735 }, { "start": 837738894, "stop": 837741054 }, { "start": 837741868, "stop": 837741928 }, { "start": 837742085, "stop": 837744725 }, { "start": 837744875, "stop": 837745745 }, { "start": 837745956, "stop": 837750996 } ] }