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_CBCHIGH_CAT4/segments?format=api&page=74
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=75", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=73", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 74, "results": [ { "start": 816762105, "stop": 816762122 }, { "start": 816762161, "stop": 816762206 }, { "start": 816762263, "stop": 816762288 }, { "start": 816762326, "stop": 816762350 }, { "start": 816762405, "stop": 816762459 }, { "start": 816762479, "stop": 816762485 }, { "start": 816762516, "stop": 816762540 }, { "start": 816762568, "stop": 816762585 }, { "start": 816762627, "stop": 816762647 }, { "start": 816762664, "stop": 816762734 }, { "start": 816762738, "stop": 816762765 }, { "start": 816762769, "stop": 816762812 }, { "start": 816762829, "stop": 816762910 }, { "start": 816762957, "stop": 816763066 }, { "start": 816763085, "stop": 816763114 }, { "start": 816763134, "stop": 816763312 }, { "start": 816763332, "stop": 816763343 }, { "start": 816763360, "stop": 816763371 }, { "start": 816763390, "stop": 816763408 }, { "start": 816763443, "stop": 816763449 } ] }