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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6058",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6059,
    "results": [
        {
            "start": 873798220,
            "stop": 873798222
        },
        {
            "start": 873798225,
            "stop": 873798289
        },
        {
            "start": 873798292,
            "stop": 873798296
        },
        {
            "start": 873798299,
            "stop": 873798301
        },
        {
            "start": 873798304,
            "stop": 873798337
        },
        {
            "start": 873798340,
            "stop": 873798364
        },
        {
            "start": 873798367,
            "stop": 873798381
        },
        {
            "start": 873798384,
            "stop": 873798394
        },
        {
            "start": 873798397,
            "stop": 873798402
        },
        {
            "start": 873798405,
            "stop": 873798415
        },
        {
            "start": 873798418,
            "stop": 873798420
        },
        {
            "start": 873798423,
            "stop": 873798444
        },
        {
            "start": 873798447,
            "stop": 873798458
        },
        {
            "start": 873798462,
            "stop": 873798482
        },
        {
            "start": 873798485,
            "stop": 873798614
        },
        {
            "start": 873798617,
            "stop": 873798699
        },
        {
            "start": 873798702,
            "stop": 873798710
        },
        {
            "start": 873798714,
            "stop": 873799175
        },
        {
            "start": 873799178,
            "stop": 873799194
        },
        {
            "start": 873799197,
            "stop": 873799200
        }
    ]
}