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=78
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=79", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=77", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 78, "results": [ { "start": 816768664, "stop": 816768729 }, { "start": 816768792, "stop": 816768819 }, { "start": 816768903, "stop": 816768908 }, { "start": 816768947, "stop": 816768989 }, { "start": 816769010, "stop": 816769056 }, { "start": 816769084, "stop": 816769310 }, { "start": 816772830, "stop": 816773011 }, { "start": 816773077, "stop": 816773086 }, { "start": 816775140, "stop": 816775170 }, { "start": 816825612, "stop": 816825623 }, { "start": 816825653, "stop": 816825690 }, { "start": 816827265, "stop": 816827289 }, { "start": 816827380, "stop": 816827389 }, { "start": 816827414, "stop": 816827434 }, { "start": 816827468, "stop": 816827487 }, { "start": 816827504, "stop": 816827506 }, { "start": 816827622, "stop": 816827652 }, { "start": 816827829, "stop": 816827832 }, { "start": 816827854, "stop": 816827884 }, { "start": 816827905, "stop": 816827958 } ] }