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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=325",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 326,
    "results": [
        {
            "start": 822666560,
            "stop": 822666569
        },
        {
            "start": 822666606,
            "stop": 822666613
        },
        {
            "start": 822666680,
            "stop": 822666710
        },
        {
            "start": 822667011,
            "stop": 822667017
        },
        {
            "start": 822667021,
            "stop": 822667071
        },
        {
            "start": 822667075,
            "stop": 822667092
        },
        {
            "start": 822667096,
            "stop": 822667098
        },
        {
            "start": 822667398,
            "stop": 822667401
        },
        {
            "start": 822667405,
            "stop": 822667490
        },
        {
            "start": 822667539,
            "stop": 822667589
        },
        {
            "start": 822699919,
            "stop": 822700917
        },
        {
            "start": 822700920,
            "stop": 822702387
        },
        {
            "start": 822702408,
            "stop": 822706733
        },
        {
            "start": 822706736,
            "stop": 822710139
        },
        {
            "start": 822710338,
            "stop": 822710870
        },
        {
            "start": 822710874,
            "stop": 822714255
        },
        {
            "start": 822714258,
            "stop": 822714296
        },
        {
            "start": 822714798,
            "stop": 822717925
        },
        {
            "start": 822717928,
            "stop": 822722808
        },
        {
            "start": 822722915,
            "stop": 822722955
        }
    ]
}