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=662
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=663", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=661", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 662, "results": [ { "start": 852970618, "stop": 852971818 }, { "start": 852971848, "stop": 852972718 }, { "start": 852972748, "stop": 852973018 }, { "start": 852973048, "stop": 852973168 }, { "start": 852973198, "stop": 852973558 }, { "start": 852973901, "stop": 852974561 }, { "start": 852974763, "stop": 852975933 }, { "start": 852976023, "stop": 852976443 }, { "start": 852976595, "stop": 852977345 }, { "start": 852977375, "stop": 852977435 }, { "start": 852977818, "stop": 852978298 }, { "start": 852978448, "stop": 852979708 }, { "start": 852979738, "stop": 852980278 }, { "start": 852980308, "stop": 852980848 }, { "start": 852980878, "stop": 852982198 }, { "start": 852982348, "stop": 852982858 }, { "start": 852982888, "stop": 852983488 }, { "start": 852983518, "stop": 852983788 }, { "start": 852983818, "stop": 852984148 }, { "start": 852984178, "stop": 852984298 } ] }