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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=124",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 125,
    "results": [
        {
            "start": 821511655,
            "stop": 821511807
        },
        {
            "start": 821511812,
            "stop": 821511852
        },
        {
            "start": 821511855,
            "stop": 821511915
        },
        {
            "start": 821511922,
            "stop": 821511929
        },
        {
            "start": 821511932,
            "stop": 821511980
        },
        {
            "start": 821511983,
            "stop": 821512012
        },
        {
            "start": 821512015,
            "stop": 821512016
        },
        {
            "start": 821512019,
            "stop": 821512101
        },
        {
            "start": 821512104,
            "stop": 821512117
        },
        {
            "start": 821512120,
            "stop": 821512173
        },
        {
            "start": 821512176,
            "stop": 821512192
        },
        {
            "start": 821512197,
            "stop": 821512224
        },
        {
            "start": 821512227,
            "stop": 821512228
        },
        {
            "start": 821512231,
            "stop": 821512236
        },
        {
            "start": 821512239,
            "stop": 821512243
        },
        {
            "start": 821512247,
            "stop": 821512275
        },
        {
            "start": 821512278,
            "stop": 821512310
        },
        {
            "start": 821512315,
            "stop": 821512398
        },
        {
            "start": 821512401,
            "stop": 821512412
        },
        {
            "start": 821512415,
            "stop": 821512479
        }
    ]
}