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=710
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=711", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=709", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 710, "results": [ { "start": 856391127, "stop": 856391367 }, { "start": 856391397, "stop": 856391907 }, { "start": 856392069, "stop": 856393269 }, { "start": 856393453, "stop": 856395913 }, { "start": 856397105, "stop": 856397345 }, { "start": 856397497, "stop": 856397797 }, { "start": 856397947, "stop": 856398127 }, { "start": 856398280, "stop": 856398820 }, { "start": 856399139, "stop": 856399199 }, { "start": 856399434, "stop": 856399794 }, { "start": 856400178, "stop": 856400478 }, { "start": 856400793, "stop": 856401753 }, { "start": 856402686, "stop": 856403526 }, { "start": 856403556, "stop": 856403886 }, { "start": 856404054, "stop": 856404654 }, { "start": 856404879, "stop": 856406259 }, { "start": 856406289, "stop": 856406499 }, { "start": 856406701, "stop": 856406791 }, { "start": 856407077, "stop": 856407377 }, { "start": 856407526, "stop": 856407826 } ] }