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=611
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=612", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=610", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 611, "results": [ { "start": 850021654, "stop": 850021744 }, { "start": 850021894, "stop": 850034764 }, { "start": 850034914, "stop": 850039354 }, { "start": 850039562, "stop": 850039712 }, { "start": 850039802, "stop": 850045442 }, { "start": 850045472, "stop": 850047122 }, { "start": 850047695, "stop": 850048595 }, { "start": 850048858, "stop": 850051198 }, { "start": 850051228, "stop": 850053628 }, { "start": 850053718, "stop": 850054228 }, { "start": 850056093, "stop": 850056273 }, { "start": 850056303, "stop": 850056753 }, { "start": 850057393, "stop": 850058233 }, { "start": 850058369, "stop": 850061009 }, { "start": 850098565, "stop": 850099405 }, { "start": 850099607, "stop": 850099697 }, { "start": 850099757, "stop": 850099937 }, { "start": 850100102, "stop": 850101182 }, { "start": 850101212, "stop": 850101362 }, { "start": 850102618, "stop": 850103758 } ] }