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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=304",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 305,
    "results": [
        {
            "start": 872927126,
            "stop": 872938335
        },
        {
            "start": 872939457,
            "stop": 872944441
        },
        {
            "start": 872944719,
            "stop": 872945585
        },
        {
            "start": 872971140,
            "stop": 872972165
        },
        {
            "start": 872972441,
            "stop": 872972554
        },
        {
            "start": 872972670,
            "stop": 872975080
        },
        {
            "start": 872976056,
            "stop": 872976937
        },
        {
            "start": 872977053,
            "stop": 872986277
        },
        {
            "start": 872986320,
            "stop": 872997595
        },
        {
            "start": 873001846,
            "stop": 873012047
        },
        {
            "start": 873013395,
            "stop": 873028098
        },
        {
            "start": 873028341,
            "stop": 873030569
        },
        {
            "start": 873030752,
            "stop": 873033232
        },
        {
            "start": 873034455,
            "stop": 873035430
        },
        {
            "start": 873036523,
            "stop": 873058066
        },
        {
            "start": 873060460,
            "stop": 873070014
        },
        {
            "start": 873072604,
            "stop": 873081185
        },
        {
            "start": 873082017,
            "stop": 873084334
        },
        {
            "start": 873084496,
            "stop": 873086585
        },
        {
            "start": 873088407,
            "stop": 873100298
        }
    ]
}