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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8975",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8976,
    "results": [
        {
            "start": 873814632,
            "stop": 873814775
        },
        {
            "start": 873814818,
            "stop": 873814825
        },
        {
            "start": 873814864,
            "stop": 873814912
        },
        {
            "start": 873814938,
            "stop": 873814948
        },
        {
            "start": 873815040,
            "stop": 873815099
        },
        {
            "start": 873815154,
            "stop": 873815199
        },
        {
            "start": 873815218,
            "stop": 873815273
        },
        {
            "start": 873815334,
            "stop": 873815350
        },
        {
            "start": 873815370,
            "stop": 873815457
        },
        {
            "start": 873815476,
            "stop": 873815539
        },
        {
            "start": 873815558,
            "stop": 873815644
        },
        {
            "start": 873815663,
            "stop": 873815845
        },
        {
            "start": 873815866,
            "stop": 873815903
        },
        {
            "start": 873815938,
            "stop": 873816026
        },
        {
            "start": 873816045,
            "stop": 873816053
        },
        {
            "start": 873816072,
            "stop": 873816210
        },
        {
            "start": 873816227,
            "stop": 873816300
        },
        {
            "start": 873816336,
            "stop": 873816341
        },
        {
            "start": 873816361,
            "stop": 873816402
        },
        {
            "start": 873816426,
            "stop": 873816479
        }
    ]
}