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_H1L1/segments?format=api&page=153
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=154", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=152", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 153, "results": [ { "start": 823528361, "stop": 823528721 }, { "start": 823530046, "stop": 823530166 }, { "start": 823601190, "stop": 823601370 }, { "start": 823601579, "stop": 823601759 }, { "start": 823601992, "stop": 823602112 }, { "start": 823602496, "stop": 823602736 }, { "start": 823602898, "stop": 823602958 }, { "start": 823603362, "stop": 823603422 }, { "start": 823603609, "stop": 823604089 }, { "start": 823604299, "stop": 823605079 }, { "start": 823605400, "stop": 823605460 }, { "start": 823605626, "stop": 823605686 }, { "start": 823605878, "stop": 823606298 }, { "start": 823606457, "stop": 823606877 }, { "start": 823607031, "stop": 823608951 }, { "start": 823609286, "stop": 823610846 }, { "start": 823610988, "stop": 823611888 }, { "start": 823612137, "stop": 823613277 }, { "start": 823614718, "stop": 823615078 }, { "start": 823769018, "stop": 823769138 } ] }