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/H1_CBCHIGH_CAT3/segments?format=api&page=546
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=547",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=545",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 546,
    "results": [
        {
            "start": 827213050,
            "stop": 827213078
        },
        {
            "start": 827213082,
            "stop": 827213084
        },
        {
            "start": 827213087,
            "stop": 827213235
        },
        {
            "start": 827213238,
            "stop": 827213323
        },
        {
            "start": 827213326,
            "stop": 827213385
        },
        {
            "start": 827213391,
            "stop": 827213812
        },
        {
            "start": 827213818,
            "stop": 827213861
        },
        {
            "start": 827213867,
            "stop": 827213870
        },
        {
            "start": 827213887,
            "stop": 827213899
        },
        {
            "start": 827213902,
            "stop": 827213917
        },
        {
            "start": 827213920,
            "stop": 827214209
        },
        {
            "start": 827214212,
            "stop": 827214999
        },
        {
            "start": 827215002,
            "stop": 827215215
        },
        {
            "start": 827215221,
            "stop": 827215614
        },
        {
            "start": 827215620,
            "stop": 827215625
        },
        {
            "start": 827215629,
            "stop": 827215805
        },
        {
            "start": 827215808,
            "stop": 827215822
        },
        {
            "start": 827215825,
            "stop": 827215985
        },
        {
            "start": 827215989,
            "stop": 827216528
        },
        {
            "start": 827216536,
            "stop": 827216713
        }
    ]
}