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=622
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=623", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=621", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 622, "results": [ { "start": 850603662, "stop": 850604082 }, { "start": 850604285, "stop": 850604435 }, { "start": 850604585, "stop": 850604825 }, { "start": 850605108, "stop": 850605258 }, { "start": 850605288, "stop": 850605858 }, { "start": 850605948, "stop": 850607328 }, { "start": 850607480, "stop": 850609640 }, { "start": 850609796, "stop": 850610456 }, { "start": 850611359, "stop": 850620299 }, { "start": 850620515, "stop": 850621745 }, { "start": 850621895, "stop": 850630475 }, { "start": 850630696, "stop": 850632736 }, { "start": 850634216, "stop": 850642916 }, { "start": 850644479, "stop": 850646249 }, { "start": 850646279, "stop": 850646969 }, { "start": 850646999, "stop": 850647179 }, { "start": 850647209, "stop": 850647269 }, { "start": 850647299, "stop": 850648319 }, { "start": 850649577, "stop": 850655667 }, { "start": 850655697, "stop": 850657137 } ] }