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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=5",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 6,
    "results": [
        {
            "start": 816852661,
            "stop": 816856812
        },
        {
            "start": 816858141,
            "stop": 816864101
        },
        {
            "start": 816908980,
            "stop": 816913394
        },
        {
            "start": 816914496,
            "stop": 816916297
        },
        {
            "start": 816917124,
            "stop": 816919027
        },
        {
            "start": 816920674,
            "stop": 816966437
        },
        {
            "start": 816971577,
            "stop": 816980629
        },
        {
            "start": 816981203,
            "stop": 817004796
        },
        {
            "start": 817005314,
            "stop": 817027287
        },
        {
            "start": 817030102,
            "stop": 817034164
        },
        {
            "start": 817048430,
            "stop": 817050839
        },
        {
            "start": 817059261,
            "stop": 817061517
        },
        {
            "start": 817117943,
            "stop": 817118167
        },
        {
            "start": 817118459,
            "stop": 817118517
        },
        {
            "start": 817118585,
            "stop": 817119831
        },
        {
            "start": 817119950,
            "stop": 817120154
        },
        {
            "start": 817123028,
            "stop": 817124352
        },
        {
            "start": 817124357,
            "stop": 817125701
        },
        {
            "start": 817130229,
            "stop": 817142781
        },
        {
            "start": 817145310,
            "stop": 817147325
        }
    ]
}