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_CAT2/segments?format=api&page=3802
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3803", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3801", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3802, "results": [ { "start": 873234734, "stop": 873234736 }, { "start": 873234739, "stop": 873234830 }, { "start": 873234835, "stop": 873235093 }, { "start": 873235095, "stop": 873235252 }, { "start": 873235255, "stop": 873235995 }, { "start": 873235998, "stop": 873236097 }, { "start": 873236099, "stop": 873242732 }, { "start": 873242734, "stop": 873243001 }, { "start": 873243003, "stop": 873243572 }, { "start": 873243573, "stop": 873243704 }, { "start": 873243705, "stop": 873243848 }, { "start": 873243850, "stop": 873244795 }, { "start": 873249722, "stop": 873249723 }, { "start": 873249728, "stop": 873249729 }, { "start": 873249737, "stop": 873249738 }, { "start": 873249741, "stop": 873249743 }, { "start": 873249746, "stop": 873249747 }, { "start": 873249749, "stop": 873249751 }, { "start": 873249753, "stop": 873249755 }, { "start": 873249756, "stop": 873249769 } ] }