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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=190",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 191,
    "results": [
        {
            "start": 820249804,
            "stop": 820249942
        },
        {
            "start": 820249949,
            "stop": 820250094
        },
        {
            "start": 820250101,
            "stop": 820250473
        },
        {
            "start": 820250488,
            "stop": 820250489
        },
        {
            "start": 820251634,
            "stop": 820251643
        },
        {
            "start": 820251657,
            "stop": 820251723
        },
        {
            "start": 820251730,
            "stop": 820251752
        },
        {
            "start": 820251759,
            "stop": 820251915
        },
        {
            "start": 820251929,
            "stop": 820251983
        },
        {
            "start": 820251990,
            "stop": 820252009
        },
        {
            "start": 820252016,
            "stop": 820252062
        },
        {
            "start": 820252076,
            "stop": 820252815
        },
        {
            "start": 820252822,
            "stop": 820252928
        },
        {
            "start": 820252935,
            "stop": 820253402
        },
        {
            "start": 820253409,
            "stop": 820253433
        },
        {
            "start": 820253441,
            "stop": 820253775
        },
        {
            "start": 820253782,
            "stop": 820253783
        },
        {
            "start": 820253790,
            "stop": 820254201
        },
        {
            "start": 820254215,
            "stop": 820254513
        },
        {
            "start": 820254520,
            "stop": 820254786
        }
    ]
}