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_STOCH_CAT1/segments?format=api&page=132
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=133", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=131", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 132, "results": [ { "start": 816745811, "stop": 816745815 }, { "start": 816745819, "stop": 816745827 }, { "start": 816745831, "stop": 816745832 }, { "start": 816745837, "stop": 816745840 }, { "start": 816745845, "stop": 816745914 }, { "start": 816745919, "stop": 816745934 }, { "start": 816745938, "stop": 816745947 }, { "start": 816745953, "stop": 816745984 }, { "start": 816745990, "stop": 816746003 }, { "start": 816746007, "stop": 816746018 }, { "start": 816746022, "stop": 816746105 }, { "start": 816746109, "stop": 816746118 }, { "start": 816746123, "stop": 816746124 }, { "start": 816746130, "stop": 816746138 }, { "start": 816746142, "stop": 816746196 }, { "start": 816746200, "stop": 816746288 }, { "start": 816746292, "stop": 816746523 }, { "start": 816746526, "stop": 816746530 }, { "start": 816746535, "stop": 816746537 }, { "start": 816746542, "stop": 816746544 } ] }