Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=72
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=71",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 72,
    "results": [
        {
            "start": 831957439,
            "stop": 831982733
        },
        {
            "start": 831984451,
            "stop": 832008902
        },
        {
            "start": 832011329,
            "stop": 832012687
        },
        {
            "start": 832013145,
            "stop": 832017726
        },
        {
            "start": 832018610,
            "stop": 832018801
        },
        {
            "start": 832021273,
            "stop": 832029229
        },
        {
            "start": 832033344,
            "stop": 832037683
        },
        {
            "start": 832043549,
            "stop": 832081911
        },
        {
            "start": 832089319,
            "stop": 832100554
        },
        {
            "start": 832108432,
            "stop": 832109384
        },
        {
            "start": 832110882,
            "stop": 832111575
        },
        {
            "start": 832112476,
            "stop": 832116679
        },
        {
            "start": 832116925,
            "stop": 832117095
        },
        {
            "start": 832187862,
            "stop": 832197084
        },
        {
            "start": 832206858,
            "stop": 832272020
        },
        {
            "start": 832278970,
            "stop": 832284928
        },
        {
            "start": 832286650,
            "stop": 832296458
        },
        {
            "start": 832299886,
            "stop": 832300429
        },
        {
            "start": 832301777,
            "stop": 832331764
        },
        {
            "start": 832337558,
            "stop": 832339016
        }
    ]
}