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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14824
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14825", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14823", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14824, "results": [ { "start": 971261296, "stop": 971261307 }, { "start": 971261309, "stop": 971261336 }, { "start": 971261338, "stop": 971261372 }, { "start": 971261373, "stop": 971261377 }, { "start": 971261379, "stop": 971261386 }, { "start": 971261389, "stop": 971261400 }, { "start": 971261401, "stop": 971261467 }, { "start": 971261469, "stop": 971261547 }, { "start": 971261550, "stop": 971261558 }, { "start": 971261559, "stop": 971261594 }, { "start": 971261596, "stop": 971261609 }, { "start": 971261611, "stop": 971261615 }, { "start": 971261616, "stop": 971261627 }, { "start": 971261646, "stop": 971261661 }, { "start": 971261664, "stop": 971261681 }, { "start": 971261682, "stop": 971261696 }, { "start": 971261714, "stop": 971261721 }, { "start": 971261722, "stop": 971261727 }, { "start": 971261729, "stop": 971261737 }, { "start": 971261739, "stop": 971261741 } ] }