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=8178
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8179", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8177", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8178, "results": [ { "start": 873297816, "stop": 873297880 }, { "start": 873297913, "stop": 873297945 }, { "start": 873297962, "stop": 873298090 }, { "start": 873298111, "stop": 873298169 }, { "start": 873298188, "stop": 873298306 }, { "start": 873298326, "stop": 873298889 }, { "start": 873298918, "stop": 873298976 }, { "start": 873298993, "stop": 873299269 }, { "start": 873299286, "stop": 873299373 }, { "start": 873299390, "stop": 873299464 }, { "start": 873299483, "stop": 873299570 }, { "start": 873299590, "stop": 873299995 }, { "start": 873300025, "stop": 873300131 }, { "start": 873300150, "stop": 873300406 }, { "start": 873300534, "stop": 873300569 }, { "start": 873300588, "stop": 873300589 }, { "start": 873300622, "stop": 873300659 }, { "start": 873300676, "stop": 873300807 }, { "start": 873300961, "stop": 873301007 }, { "start": 873301026, "stop": 873301577 } ] }