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=383
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=384", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=382", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 383, "results": [ { "start": 836404647, "stop": 836405367 }, { "start": 836405611, "stop": 836406751 }, { "start": 836407152, "stop": 836407572 }, { "start": 836407720, "stop": 836407900 }, { "start": 836408045, "stop": 836410085 }, { "start": 836410234, "stop": 836410354 }, { "start": 836410507, "stop": 836411527 }, { "start": 836411677, "stop": 836412427 }, { "start": 836414183, "stop": 836414363 }, { "start": 836414677, "stop": 836415277 }, { "start": 836415430, "stop": 836416450 }, { "start": 836416659, "stop": 836419899 }, { "start": 836420058, "stop": 836422638 }, { "start": 836423020, "stop": 836424820 }, { "start": 836425077, "stop": 836425197 }, { "start": 836425350, "stop": 836425950 }, { "start": 836426145, "stop": 836426745 }, { "start": 836499813, "stop": 836500113 }, { "start": 836501191, "stop": 836501251 }, { "start": 836501743, "stop": 836501803 } ] }