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=217
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=218", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=216", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 217, "results": [ { "start": 827054843, "stop": 827055083 }, { "start": 827055473, "stop": 827055533 }, { "start": 827055690, "stop": 827056050 }, { "start": 827056213, "stop": 827057173 }, { "start": 827057444, "stop": 827057864 }, { "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": 827075156, "stop": 827075276 }, { "start": 827075992, "stop": 827076052 }, { "start": 827081923, "stop": 827081983 }, { "start": 827082406, "stop": 827082466 }, { "start": 827082630, "stop": 827082690 }, { "start": 827095161, "stop": 827095221 }, { "start": 827097404, "stop": 827097884 }, { "start": 827098123, "stop": 827099323 } ] }