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=772
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=773", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=771", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 772, "results": [ { "start": 860117502, "stop": 860120772 }, { "start": 860121006, "stop": 860123256 }, { "start": 860123406, "stop": 860132826 }, { "start": 860132856, "stop": 860134686 }, { "start": 860136213, "stop": 860137893 }, { "start": 860137923, "stop": 860141913 }, { "start": 860141943, "stop": 860143743 }, { "start": 860143773, "stop": 860149593 }, { "start": 860151200, "stop": 860151890 }, { "start": 860152166, "stop": 860152346 }, { "start": 860152507, "stop": 860152627 }, { "start": 860153199, "stop": 860153769 }, { "start": 860153799, "stop": 860154519 }, { "start": 860154691, "stop": 860157931 }, { "start": 860162035, "stop": 860162515 }, { "start": 860166146, "stop": 860166746 }, { "start": 860167976, "stop": 860168036 }, { "start": 860168272, "stop": 860168572 }, { "start": 860206316, "stop": 860213666 }, { "start": 860213864, "stop": 860222984 } ] }