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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=42",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 43,
    "results": [
        {
            "start": 823596817,
            "stop": 823613618
        },
        {
            "start": 823614644,
            "stop": 823616226
        },
        {
            "start": 823620666,
            "stop": 823627132
        },
        {
            "start": 823629776,
            "stop": 823633540
        },
        {
            "start": 823643639,
            "stop": 823646422
        },
        {
            "start": 823649460,
            "stop": 823654408
        },
        {
            "start": 823654621,
            "stop": 823659960
        },
        {
            "start": 823660371,
            "stop": 823660925
        },
        {
            "start": 823661802,
            "stop": 823662440
        },
        {
            "start": 823663588,
            "stop": 823663780
        },
        {
            "start": 823666563,
            "stop": 823669576
        },
        {
            "start": 823669637,
            "stop": 823670067
        },
        {
            "start": 823670129,
            "stop": 823670182
        },
        {
            "start": 823670348,
            "stop": 823670791
        },
        {
            "start": 823671786,
            "stop": 823672201
        },
        {
            "start": 823672444,
            "stop": 823672600
        },
        {
            "start": 823672718,
            "stop": 823672767
        },
        {
            "start": 823745763,
            "stop": 823755724
        },
        {
            "start": 823757913,
            "stop": 823765988
        },
        {
            "start": 823766797,
            "stop": 823773680
        }
    ]
}