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=15690
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15691", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15689", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15690, "results": [ { "start": 971161584, "stop": 971161585 }, { "start": 971161588, "stop": 971161589 }, { "start": 971161590, "stop": 971161592 }, { "start": 971161596, "stop": 971161599 }, { "start": 971161603, "stop": 971161607 }, { "start": 971161615, "stop": 971161618 }, { "start": 971161622, "stop": 971161625 }, { "start": 971161633, "stop": 971161635 }, { "start": 971161642, "stop": 971161644 }, { "start": 971161645, "stop": 971161646 }, { "start": 971161648, "stop": 971161650 }, { "start": 971161651, "stop": 971161652 }, { "start": 971161655, "stop": 971161658 }, { "start": 971161659, "stop": 971161660 }, { "start": 971161663, "stop": 971161665 }, { "start": 971161666, "stop": 971161674 }, { "start": 971161676, "stop": 971161678 }, { "start": 971161681, "stop": 971161683 }, { "start": 971161685, "stop": 971161687 }, { "start": 971161689, "stop": 971161691 } ] }