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=96
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=97", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=95", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 96, "results": [ { "start": 820312888, "stop": 820312948 }, { "start": 820313250, "stop": 820313550 }, { "start": 820313728, "stop": 820313848 }, { "start": 820314145, "stop": 820314445 }, { "start": 820385333, "stop": 820385393 }, { "start": 820385831, "stop": 820385891 }, { "start": 820386217, "stop": 820386397 }, { "start": 820386619, "stop": 820386799 }, { "start": 820386969, "stop": 820387029 }, { "start": 820387194, "stop": 820387254 }, { "start": 820387414, "stop": 820387474 }, { "start": 820388397, "stop": 820388457 }, { "start": 820388896, "stop": 820389076 }, { "start": 820389450, "stop": 820389510 }, { "start": 820390224, "stop": 820390284 }, { "start": 820391071, "stop": 820391191 }, { "start": 820391619, "stop": 820391679 }, { "start": 820392290, "stop": 820392410 }, { "start": 820393334, "stop": 820393454 }, { "start": 820395132, "stop": 820395192 } ] }