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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1144
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1145", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1143", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1144, "results": [ { "start": 950318736, "stop": 950326171 }, { "start": 950326173, "stop": 950328611 }, { "start": 950328613, "stop": 950329914 }, { "start": 950329916, "stop": 950340924 }, { "start": 950340925, "stop": 950342558 }, { "start": 950344031, "stop": 950344053 }, { "start": 950344055, "stop": 950346276 }, { "start": 950346278, "stop": 950346743 }, { "start": 950346745, "stop": 950346811 }, { "start": 950346813, "stop": 950347822 }, { "start": 950347824, "stop": 950352296 }, { "start": 950352298, "stop": 950355510 }, { "start": 950356987, "stop": 950360343 }, { "start": 950361612, "stop": 950363176 }, { "start": 950364391, "stop": 950364692 }, { "start": 950364694, "stop": 950364950 }, { "start": 950365787, "stop": 950365806 }, { "start": 950365808, "stop": 950366416 }, { "start": 950370968, "stop": 950373234 }, { "start": 950373236, "stop": 950374611 } ] }