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=705
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=706", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=704", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 705, "results": [ { "start": 856191804, "stop": 856191984 }, { "start": 856192149, "stop": 856193469 }, { "start": 856193641, "stop": 856193701 }, { "start": 856193851, "stop": 856194181 }, { "start": 856194407, "stop": 856195667 }, { "start": 856198031, "stop": 856198091 }, { "start": 856198260, "stop": 856198740 }, { "start": 856198921, "stop": 856199401 }, { "start": 856200432, "stop": 856201752 }, { "start": 856207287, "stop": 856208427 }, { "start": 856208632, "stop": 856209832 }, { "start": 856209996, "stop": 856210236 }, { "start": 856212614, "stop": 856213034 }, { "start": 856220790, "stop": 856223730 }, { "start": 856226297, "stop": 856232957 }, { "start": 856233744, "stop": 856244424 }, { "start": 856244647, "stop": 856245787 }, { "start": 856245936, "stop": 856250586 }, { "start": 856254338, "stop": 856258718 }, { "start": 856259631, "stop": 856261791 } ] }