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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=431",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=429",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 430,
    "results": [
        {
            "start": 870637270,
            "stop": 870638119
        },
        {
            "start": 870638141,
            "stop": 870641194
        },
        {
            "start": 870641216,
            "stop": 870642458
        },
        {
            "start": 870642477,
            "stop": 870645426
        },
        {
            "start": 870645844,
            "stop": 870646630
        },
        {
            "start": 870646930,
            "stop": 870648682
        },
        {
            "start": 870648718,
            "stop": 870648724
        },
        {
            "start": 870648748,
            "stop": 870652309
        },
        {
            "start": 870652380,
            "stop": 870657000
        },
        {
            "start": 870657060,
            "stop": 870657402
        },
        {
            "start": 870657622,
            "stop": 870701169
        },
        {
            "start": 870701191,
            "stop": 870701199
        },
        {
            "start": 870701221,
            "stop": 870707077
        },
        {
            "start": 870707103,
            "stop": 870707104
        },
        {
            "start": 870707126,
            "stop": 870715907
        },
        {
            "start": 870716257,
            "stop": 870716596
        },
        {
            "start": 870716714,
            "stop": 870718562
        },
        {
            "start": 870718583,
            "stop": 870718584
        },
        {
            "start": 870718606,
            "stop": 870731587
        },
        {
            "start": 870731608,
            "stop": 870734080
        }
    ]
}