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=87
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=88", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=86", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 87, "results": [ { "start": 816849459, "stop": 816849462 }, { "start": 816849484, "stop": 816849489 }, { "start": 816849528, "stop": 816849598 }, { "start": 816849739, "stop": 816849741 }, { "start": 816849771, "stop": 816849802 }, { "start": 816849832, "stop": 816849840 }, { "start": 816849952, "stop": 816849954 }, { "start": 816850145, "stop": 816850148 }, { "start": 816850191, "stop": 816850200 }, { "start": 816850286, "stop": 816850288 }, { "start": 816850316, "stop": 816850320 }, { "start": 816850500, "stop": 816850507 }, { "start": 816850541, "stop": 816850564 }, { "start": 816850680, "stop": 816850774 }, { "start": 816850812, "stop": 816850850 }, { "start": 816850900, "stop": 816850926 }, { "start": 816850955, "stop": 816850962 }, { "start": 816851040, "stop": 816851077 }, { "start": 816851136, "stop": 816851160 }, { "start": 816851220, "stop": 816851279 } ] }