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_CAT2_H2L1/segments?format=api&page=714
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=715", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=713", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 714, "results": [ { "start": 856526956, "stop": 856527616 }, { "start": 856531055, "stop": 856531535 }, { "start": 856531705, "stop": 856535665 }, { "start": 856537867, "stop": 856539727 }, { "start": 856539936, "stop": 856540176 }, { "start": 856540328, "stop": 856540688 }, { "start": 856540848, "stop": 856541028 }, { "start": 856542515, "stop": 856543595 }, { "start": 856543923, "stop": 856544103 }, { "start": 856545569, "stop": 856545689 }, { "start": 856545958, "stop": 856546138 }, { "start": 856546274, "stop": 856546394 }, { "start": 856551446, "stop": 856551626 }, { "start": 856551843, "stop": 856551963 }, { "start": 856552128, "stop": 856553388 }, { "start": 856553626, "stop": 856554826 }, { "start": 856557008, "stop": 856557128 }, { "start": 856557292, "stop": 856558792 }, { "start": 856559012, "stop": 856559372 }, { "start": 856559852, "stop": 856559972 } ] }