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/H1_CW_CAT1/segments?format=api&page=142
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=143", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=141", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 142, "results": [ { "start": 830396392, "stop": 830396417 }, { "start": 830396421, "stop": 830396446 }, { "start": 830396455, "stop": 830396463 }, { "start": 830396466, "stop": 830396501 }, { "start": 830396509, "stop": 830396513 }, { "start": 830396527, "stop": 830396549 }, { "start": 830396553, "stop": 830396562 }, { "start": 830396570, "stop": 830396589 }, { "start": 830396593, "stop": 830396598 }, { "start": 830396602, "stop": 830396628 }, { "start": 830396637, "stop": 830396639 }, { "start": 830396647, "stop": 830396649 }, { "start": 830396652, "stop": 830396663 }, { "start": 830396747, "stop": 830396748 }, { "start": 830403013, "stop": 830406562 }, { "start": 830406575, "stop": 830406591 }, { "start": 830406595, "stop": 830409576 }, { "start": 830409580, "stop": 830411139 }, { "start": 830411143, "stop": 830412447 }, { "start": 830412452, "stop": 830412959 } ] }