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=680
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=681", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=679", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 680, "results": [ { "start": 854595522, "stop": 854599542 }, { "start": 854599692, "stop": 854611602 }, { "start": 854612899, "stop": 854616619 }, { "start": 854616899, "stop": 854617919 }, { "start": 854620325, "stop": 854630405 }, { "start": 854631905, "stop": 854636945 }, { "start": 854637035, "stop": 854645105 }, { "start": 854645329, "stop": 854649229 }, { "start": 854649397, "stop": 854649517 }, { "start": 854649673, "stop": 854650873 }, { "start": 854651054, "stop": 854652794 }, { "start": 854652936, "stop": 854656386 }, { "start": 854656536, "stop": 854657466 }, { "start": 854657496, "stop": 854657976 }, { "start": 854674536, "stop": 854675256 }, { "start": 854675486, "stop": 854675906 }, { "start": 854676116, "stop": 854676266 }, { "start": 854676326, "stop": 854676596 }, { "start": 854677002, "stop": 854677572 }, { "start": 854677602, "stop": 854678022 } ] }