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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=221",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 222,
    "results": [
        {
            "start": 821676932,
            "stop": 821676959
        },
        {
            "start": 821676962,
            "stop": 821676980
        },
        {
            "start": 821676983,
            "stop": 821676987
        },
        {
            "start": 821676990,
            "stop": 821677004
        },
        {
            "start": 821677007,
            "stop": 821677042
        },
        {
            "start": 821677045,
            "stop": 821677047
        },
        {
            "start": 821677057,
            "stop": 821677072
        },
        {
            "start": 821677076,
            "stop": 821677135
        },
        {
            "start": 821677138,
            "stop": 821677143
        },
        {
            "start": 821677151,
            "stop": 821677165
        },
        {
            "start": 821677168,
            "stop": 821677189
        },
        {
            "start": 821677192,
            "stop": 821677216
        },
        {
            "start": 821677219,
            "stop": 821677228
        },
        {
            "start": 821677233,
            "stop": 821677235
        },
        {
            "start": 821677240,
            "stop": 821677257
        },
        {
            "start": 821677260,
            "stop": 821677262
        },
        {
            "start": 821677266,
            "stop": 821677270
        },
        {
            "start": 821677273,
            "stop": 821677278
        },
        {
            "start": 821677282,
            "stop": 821677289
        },
        {
            "start": 821677292,
            "stop": 821677314
        }
    ]
}