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=6079
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=6080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6078",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6079,
    "results": [
        {
            "start": 873891577,
            "stop": 873891578
        },
        {
            "start": 873891581,
            "stop": 873891582
        },
        {
            "start": 873891585,
            "stop": 873891613
        },
        {
            "start": 873891616,
            "stop": 873891620
        },
        {
            "start": 873891625,
            "stop": 873892101
        },
        {
            "start": 873892102,
            "stop": 873894313
        },
        {
            "start": 873894314,
            "stop": 873894391
        },
        {
            "start": 873894392,
            "stop": 873894955
        },
        {
            "start": 873894956,
            "stop": 873895681
        },
        {
            "start": 873895684,
            "stop": 873895729
        },
        {
            "start": 873895730,
            "stop": 873896227
        },
        {
            "start": 873896230,
            "stop": 873896589
        },
        {
            "start": 873896592,
            "stop": 873896603
        },
        {
            "start": 873896606,
            "stop": 873897338
        },
        {
            "start": 873897341,
            "stop": 873897345
        },
        {
            "start": 873897348,
            "stop": 873897362
        },
        {
            "start": 873897365,
            "stop": 873897373
        },
        {
            "start": 873897376,
            "stop": 873897552
        },
        {
            "start": 873897555,
            "stop": 873897588
        },
        {
            "start": 873897591,
            "stop": 873897731
        }
    ]
}