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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=326",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 327,
    "results": [
        {
            "start": 828991950,
            "stop": 828991951
        },
        {
            "start": 828991954,
            "stop": 828991966
        },
        {
            "start": 828991968,
            "stop": 828991982
        },
        {
            "start": 828991986,
            "stop": 828991990
        },
        {
            "start": 828991992,
            "stop": 828992001
        },
        {
            "start": 828992004,
            "stop": 828992006
        },
        {
            "start": 828992009,
            "stop": 828992010
        },
        {
            "start": 828992013,
            "stop": 828992017
        },
        {
            "start": 828992023,
            "stop": 828992025
        },
        {
            "start": 828992031,
            "stop": 828992032
        },
        {
            "start": 828992037,
            "stop": 828992040
        },
        {
            "start": 828992045,
            "stop": 828992046
        },
        {
            "start": 828992057,
            "stop": 828992059
        },
        {
            "start": 828992067,
            "stop": 828992070
        },
        {
            "start": 828992131,
            "stop": 828992132
        },
        {
            "start": 828992151,
            "stop": 828992152
        },
        {
            "start": 828992163,
            "stop": 828992164
        },
        {
            "start": 828992187,
            "stop": 828992190
        },
        {
            "start": 828992203,
            "stop": 828992207
        },
        {
            "start": 828992223,
            "stop": 828992224
        }
    ]
}