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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3798",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3799,
    "results": [
        {
            "start": 873219957,
            "stop": 873219960
        },
        {
            "start": 873219963,
            "stop": 873219964
        },
        {
            "start": 873219967,
            "stop": 873219970
        },
        {
            "start": 873219974,
            "stop": 873219977
        },
        {
            "start": 873219978,
            "stop": 873219980
        },
        {
            "start": 873219981,
            "stop": 873219989
        },
        {
            "start": 873219990,
            "stop": 873219994
        },
        {
            "start": 873219995,
            "stop": 873220003
        },
        {
            "start": 873220004,
            "stop": 873220054
        },
        {
            "start": 873220056,
            "stop": 873220057
        },
        {
            "start": 873220059,
            "stop": 873220063
        },
        {
            "start": 873220065,
            "stop": 873220073
        },
        {
            "start": 873220074,
            "stop": 873220079
        },
        {
            "start": 873220081,
            "stop": 873220086
        },
        {
            "start": 873220087,
            "stop": 873220100
        },
        {
            "start": 873220101,
            "stop": 873220107
        },
        {
            "start": 873220108,
            "stop": 873220116
        },
        {
            "start": 873220117,
            "stop": 873220147
        },
        {
            "start": 873220148,
            "stop": 873220150
        },
        {
            "start": 873220152,
            "stop": 873220158
        }
    ]
}