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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9913",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9914,
    "results": [
        {
            "start": 870907797,
            "stop": 870907830
        },
        {
            "start": 870907838,
            "stop": 870907846
        },
        {
            "start": 870907928,
            "stop": 870907947
        },
        {
            "start": 870907956,
            "stop": 870907962
        },
        {
            "start": 870907978,
            "stop": 870907980
        },
        {
            "start": 870908048,
            "stop": 870908079
        },
        {
            "start": 870908086,
            "stop": 870908160
        },
        {
            "start": 870908220,
            "stop": 870908224
        },
        {
            "start": 870908282,
            "stop": 870908288
        },
        {
            "start": 870908332,
            "stop": 870908384
        },
        {
            "start": 870908391,
            "stop": 870908436
        },
        {
            "start": 870908482,
            "stop": 870908499
        },
        {
            "start": 870908522,
            "stop": 870908563
        },
        {
            "start": 870908578,
            "stop": 870908603
        },
        {
            "start": 870908618,
            "stop": 870908660
        },
        {
            "start": 870908668,
            "stop": 870908694
        },
        {
            "start": 870908703,
            "stop": 870908709
        },
        {
            "start": 870908717,
            "stop": 870908718
        },
        {
            "start": 870908770,
            "stop": 870908777
        },
        {
            "start": 870908784,
            "stop": 870908876
        }
    ]
}