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=209
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=210", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=208", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 209, "results": [ { "start": 827054903, "stop": 827055083 }, { "start": 827055473, "stop": 827055533 }, { "start": 827055690, "stop": 827056050 }, { "start": 827056213, "stop": 827057173 }, { "start": 827057628, "stop": 827057868 }, { "start": 827058257, "stop": 827058437 }, { "start": 827059196, "stop": 827059376 }, { "start": 827060034, "stop": 827060154 }, { "start": 827061893, "stop": 827061953 }, { "start": 827062601, "stop": 827062721 }, { "start": 827063150, "stop": 827063450 }, { "start": 827063619, "stop": 827063679 }, { "start": 827075160, "stop": 827075220 }, { "start": 827075992, "stop": 827076052 }, { "start": 827081923, "stop": 827081983 }, { "start": 827082406, "stop": 827082466 }, { "start": 827082643, "stop": 827082703 }, { "start": 827095161, "stop": 827095221 }, { "start": 827097404, "stop": 827097884 }, { "start": 827098123, "stop": 827099323 } ] }