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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=210",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 211,
    "results": [
        {
            "start": 820411412,
            "stop": 820412271
        },
        {
            "start": 820412279,
            "stop": 820413939
        },
        {
            "start": 820413946,
            "stop": 820414160
        },
        {
            "start": 820414167,
            "stop": 820414239
        },
        {
            "start": 820414246,
            "stop": 820414265
        },
        {
            "start": 820414272,
            "stop": 820414946
        },
        {
            "start": 820414953,
            "stop": 820415469
        },
        {
            "start": 820415476,
            "stop": 820416053
        },
        {
            "start": 820416060,
            "stop": 820416878
        },
        {
            "start": 820416885,
            "stop": 820417149
        },
        {
            "start": 820417156,
            "stop": 820418068
        },
        {
            "start": 820418075,
            "stop": 820418124
        },
        {
            "start": 820418131,
            "stop": 820419205
        },
        {
            "start": 820419212,
            "stop": 820419943
        },
        {
            "start": 820419950,
            "stop": 820420234
        },
        {
            "start": 820420241,
            "stop": 820420258
        },
        {
            "start": 820420265,
            "stop": 820420366
        },
        {
            "start": 820420373,
            "stop": 820421513
        },
        {
            "start": 820421520,
            "stop": 820423622
        },
        {
            "start": 820423629,
            "stop": 820424382
        }
    ]
}