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=372
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=373", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=371", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 372, "results": [ { "start": 835809479, "stop": 835809779 }, { "start": 835810708, "stop": 835810948 }, { "start": 835811166, "stop": 835811286 }, { "start": 835811475, "stop": 835811895 }, { "start": 835812284, "stop": 835812344 }, { "start": 835812582, "stop": 835812762 }, { "start": 835813156, "stop": 835813396 }, { "start": 835814214, "stop": 835814274 }, { "start": 835815247, "stop": 835815307 }, { "start": 835815957, "stop": 835816077 }, { "start": 835816844, "stop": 835816964 }, { "start": 835824501, "stop": 835824621 }, { "start": 835824924, "stop": 835825704 }, { "start": 835825861, "stop": 835826101 }, { "start": 835826251, "stop": 835827661 }, { "start": 835827811, "stop": 835831471 }, { "start": 835831625, "stop": 835831865 }, { "start": 835832014, "stop": 835832194 }, { "start": 835832341, "stop": 835841281 }, { "start": 835841551, "stop": 835848031 } ] }