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=15756
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15757", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15755", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15756, "results": [ { "start": 971168633, "stop": 971168637 }, { "start": 971168640, "stop": 971168643 }, { "start": 971168644, "stop": 971168645 }, { "start": 971168648, "stop": 971168649 }, { "start": 971168652, "stop": 971168654 }, { "start": 971168659, "stop": 971168660 }, { "start": 971168665, "stop": 971168670 }, { "start": 971168671, "stop": 971168672 }, { "start": 971168673, "stop": 971168677 }, { "start": 971168678, "stop": 971168688 }, { "start": 971168691, "stop": 971168694 }, { "start": 971168697, "stop": 971168700 }, { "start": 971168701, "stop": 971168711 }, { "start": 971168712, "stop": 971168716 }, { "start": 971168718, "stop": 971168719 }, { "start": 971168721, "stop": 971168725 }, { "start": 971168741, "stop": 971168742 }, { "start": 971168744, "stop": 971168748 }, { "start": 971168749, "stop": 971168750 }, { "start": 971168751, "stop": 971168754 } ] }