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=14907
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=14908",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14906",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14907,
    "results": [
        {
            "start": 971453647,
            "stop": 971453651
        },
        {
            "start": 971453652,
            "stop": 971453668
        },
        {
            "start": 971453669,
            "stop": 971453709
        },
        {
            "start": 971453711,
            "stop": 971453822
        },
        {
            "start": 971453824,
            "stop": 971453834
        },
        {
            "start": 971453835,
            "stop": 971453851
        },
        {
            "start": 971453853,
            "stop": 971453955
        },
        {
            "start": 971453956,
            "stop": 971454094
        },
        {
            "start": 971454096,
            "stop": 971454243
        },
        {
            "start": 971454244,
            "stop": 971454252
        },
        {
            "start": 971454253,
            "stop": 971454343
        },
        {
            "start": 971454346,
            "stop": 971454437
        },
        {
            "start": 971454438,
            "stop": 971454468
        },
        {
            "start": 971454469,
            "stop": 971454493
        },
        {
            "start": 971454497,
            "stop": 971454502
        },
        {
            "start": 971454506,
            "stop": 971454519
        },
        {
            "start": 971454520,
            "stop": 971454527
        },
        {
            "start": 971454538,
            "stop": 971454552
        },
        {
            "start": 971454554,
            "stop": 971454557
        },
        {
            "start": 971454559,
            "stop": 971454562
        }
    ]
}