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=835
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=836", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=834", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 835, "results": [ { "start": 863760023, "stop": 863760263 }, { "start": 863760413, "stop": 863763263 }, { "start": 863763525, "stop": 863765205 }, { "start": 863766244, "stop": 863770684 }, { "start": 863771366, "stop": 863773406 }, { "start": 863773466, "stop": 863774006 }, { "start": 863774151, "stop": 863778411 }, { "start": 863779489, "stop": 863780629 }, { "start": 863780858, "stop": 863784968 }, { "start": 863785088, "stop": 863789798 }, { "start": 863790149, "stop": 863790749 }, { "start": 863791015, "stop": 863791075 }, { "start": 863791240, "stop": 863791420 }, { "start": 863793449, "stop": 863793689 }, { "start": 863794901, "stop": 863795141 }, { "start": 863795414, "stop": 863795774 }, { "start": 863795922, "stop": 863796162 }, { "start": 863796463, "stop": 863796523 }, { "start": 863796660, "stop": 863798700 }, { "start": 863798850, "stop": 863798910 } ] }