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=403
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=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=402",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 403,
    "results": [
        {
            "start": 818643297,
            "stop": 818643331
        },
        {
            "start": 818643334,
            "stop": 818643335
        },
        {
            "start": 818643344,
            "stop": 818643345
        },
        {
            "start": 818643348,
            "stop": 818643389
        },
        {
            "start": 818643392,
            "stop": 818643459
        },
        {
            "start": 818644738,
            "stop": 818645120
        },
        {
            "start": 818645125,
            "stop": 818645202
        },
        {
            "start": 818645205,
            "stop": 818645219
        },
        {
            "start": 818645222,
            "stop": 818645259
        },
        {
            "start": 818645262,
            "stop": 818645398
        },
        {
            "start": 818645403,
            "stop": 818645412
        },
        {
            "start": 818645415,
            "stop": 818645525
        },
        {
            "start": 818645529,
            "stop": 818645530
        },
        {
            "start": 818645536,
            "stop": 818645580
        },
        {
            "start": 818645583,
            "stop": 818645686
        },
        {
            "start": 818645769,
            "stop": 818645776
        },
        {
            "start": 818645779,
            "stop": 818645780
        },
        {
            "start": 818645785,
            "stop": 818645789
        },
        {
            "start": 818645792,
            "stop": 818645795
        },
        {
            "start": 818645858,
            "stop": 818645934
        }
    ]
}