Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5123
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5122",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5123,
    "results": [
        {
            "start": 874718761,
            "stop": 874718835
        },
        {
            "start": 874718864,
            "stop": 874718935
        },
        {
            "start": 874718954,
            "stop": 874719004
        },
        {
            "start": 874719028,
            "stop": 874719033
        },
        {
            "start": 874719053,
            "stop": 874719066
        },
        {
            "start": 874719112,
            "stop": 874719143
        },
        {
            "start": 874719186,
            "stop": 874719195
        },
        {
            "start": 874719228,
            "stop": 874719255
        },
        {
            "start": 874719277,
            "stop": 874719296
        },
        {
            "start": 874719315,
            "stop": 874719431
        },
        {
            "start": 874719450,
            "stop": 874719501
        },
        {
            "start": 874719526,
            "stop": 874719562
        },
        {
            "start": 874719587,
            "stop": 874719645
        },
        {
            "start": 874719664,
            "stop": 874719723
        },
        {
            "start": 874719743,
            "stop": 874719753
        },
        {
            "start": 874719772,
            "stop": 874719852
        },
        {
            "start": 874719876,
            "stop": 874720005
        },
        {
            "start": 874720029,
            "stop": 874720064
        },
        {
            "start": 874720245,
            "stop": 874720269
        },
        {
            "start": 874720304,
            "stop": 874720356
        }
    ]
}