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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=279",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 280,
    "results": [
        {
            "start": 821076347,
            "stop": 821076358
        },
        {
            "start": 821076367,
            "stop": 821076392
        },
        {
            "start": 821076401,
            "stop": 821076407
        },
        {
            "start": 821076415,
            "stop": 821076922
        },
        {
            "start": 821076930,
            "stop": 821077033
        },
        {
            "start": 821077037,
            "stop": 821077067
        },
        {
            "start": 821077071,
            "stop": 821077235
        },
        {
            "start": 821077239,
            "stop": 821077254
        },
        {
            "start": 821077258,
            "stop": 821077410
        },
        {
            "start": 821077417,
            "stop": 821077588
        },
        {
            "start": 821077591,
            "stop": 821078534
        },
        {
            "start": 821078541,
            "stop": 821078894
        },
        {
            "start": 821078897,
            "stop": 821080237
        },
        {
            "start": 821080244,
            "stop": 821080403
        },
        {
            "start": 821080410,
            "stop": 821080884
        },
        {
            "start": 821080887,
            "stop": 821081752
        },
        {
            "start": 821081759,
            "stop": 821082033
        },
        {
            "start": 821082034,
            "stop": 821082708
        },
        {
            "start": 821082715,
            "stop": 821083975
        },
        {
            "start": 821083979,
            "stop": 821084032
        }
    ]
}