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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=86",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 87,
    "results": [
        {
            "start": 816651276,
            "stop": 816657678
        },
        {
            "start": 816658211,
            "stop": 816658786
        },
        {
            "start": 816659373,
            "stop": 816667969
        },
        {
            "start": 816667970,
            "stop": 816674790
        },
        {
            "start": 816674850,
            "stop": 816674851
        },
        {
            "start": 816675556,
            "stop": 816677791
        },
        {
            "start": 816677793,
            "stop": 816698014
        },
        {
            "start": 816698018,
            "stop": 816706313
        },
        {
            "start": 816706316,
            "stop": 816706977
        },
        {
            "start": 816706980,
            "stop": 816707640
        },
        {
            "start": 816708060,
            "stop": 816708310
        },
        {
            "start": 816708710,
            "stop": 816710439
        },
        {
            "start": 816773714,
            "stop": 816778804
        },
        {
            "start": 816778808,
            "stop": 816778868
        },
        {
            "start": 816778885,
            "stop": 816785273
        },
        {
            "start": 816785276,
            "stop": 816789401
        },
        {
            "start": 816789418,
            "stop": 816793229
        },
        {
            "start": 816793232,
            "stop": 816797031
        },
        {
            "start": 816797033,
            "stop": 816799348
        },
        {
            "start": 816799351,
            "stop": 816806847
        }
    ]
}