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=776
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=777", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=775", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 776, "results": [ { "start": 860392180, "stop": 860400820 }, { "start": 860402437, "stop": 860405497 }, { "start": 860405527, "stop": 860410717 }, { "start": 860412574, "stop": 860413504 }, { "start": 860413534, "stop": 860414764 }, { "start": 860414824, "stop": 860416534 }, { "start": 860416564, "stop": 860418394 }, { "start": 860418424, "stop": 860418934 }, { "start": 860419165, "stop": 860421205 }, { "start": 860425570, "stop": 860426380 }, { "start": 860426530, "stop": 860427550 }, { "start": 860427700, "stop": 860428150 }, { "start": 860428326, "stop": 860430366 }, { "start": 860430928, "stop": 860431348 }, { "start": 860431752, "stop": 860433372 }, { "start": 860435073, "stop": 860438553 }, { "start": 860439010, "stop": 860440090 }, { "start": 860444792, "stop": 860445212 }, { "start": 860445502, "stop": 860446342 }, { "start": 860446681, "stop": 860447521 } ] }