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_CAT4/segments?format=api&page=15907
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15908", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15906", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15907, "results": [ { "start": 971261144, "stop": 971261149 }, { "start": 971261153, "stop": 971261215 }, { "start": 971261221, "stop": 971261275 }, { "start": 971261277, "stop": 971261279 }, { "start": 971261281, "stop": 971261295 }, { "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 } ] }