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_CAT1/segments?format=api&page=9782
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9783", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9781", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9782, "results": [ { "start": 873747193, "stop": 873747216 }, { "start": 873747219, "stop": 873747255 }, { "start": 873747258, "stop": 873747287 }, { "start": 873747290, "stop": 873747398 }, { "start": 873747401, "stop": 873747454 }, { "start": 873747457, "stop": 873747472 }, { "start": 873747476, "stop": 873747511 }, { "start": 873747514, "stop": 873748444 }, { "start": 873748447, "stop": 873748527 }, { "start": 873748530, "stop": 873748622 }, { "start": 873748625, "stop": 873749191 }, { "start": 873749194, "stop": 873749205 }, { "start": 873749208, "stop": 873749210 }, { "start": 873749213, "stop": 873749697 }, { "start": 873749700, "stop": 873749720 }, { "start": 873749723, "stop": 873749736 }, { "start": 873749739, "stop": 873749755 }, { "start": 873749758, "stop": 873749893 }, { "start": 873749896, "stop": 873750249 }, { "start": 873750252, "stop": 873750341 } ] }