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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=57",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 58,
    "results": [
        {
            "start": 932072559,
            "stop": 932072572
        },
        {
            "start": 932072573,
            "stop": 932072575
        },
        {
            "start": 932072580,
            "stop": 932072588
        },
        {
            "start": 932072589,
            "stop": 932072601
        },
        {
            "start": 932072603,
            "stop": 932072610
        },
        {
            "start": 932072611,
            "stop": 932072619
        },
        {
            "start": 932072621,
            "stop": 932072624
        },
        {
            "start": 932072625,
            "stop": 932072627
        },
        {
            "start": 932072631,
            "stop": 932072636
        },
        {
            "start": 932072637,
            "stop": 932072638
        },
        {
            "start": 932072641,
            "stop": 932072650
        },
        {
            "start": 932072651,
            "stop": 932072652
        },
        {
            "start": 932072653,
            "stop": 932072656
        },
        {
            "start": 932072658,
            "stop": 932072672
        },
        {
            "start": 932072673,
            "stop": 932072677
        },
        {
            "start": 932072678,
            "stop": 932072680
        },
        {
            "start": 932072681,
            "stop": 932072685
        },
        {
            "start": 932072689,
            "stop": 932072690
        },
        {
            "start": 932072692,
            "stop": 932072697
        },
        {
            "start": 932072699,
            "stop": 932072700
        }
    ]
}