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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 2,
    "results": [
        {
            "start": 816066056,
            "stop": 816066168
        },
        {
            "start": 816066179,
            "stop": 816066215
        },
        {
            "start": 816066223,
            "stop": 816066292
        },
        {
            "start": 816066312,
            "stop": 816066322
        },
        {
            "start": 816066357,
            "stop": 816066361
        },
        {
            "start": 816066381,
            "stop": 816066442
        },
        {
            "start": 816068440,
            "stop": 816068501
        },
        {
            "start": 816068531,
            "stop": 816068690
        },
        {
            "start": 816068764,
            "stop": 816068767
        },
        {
            "start": 816068786,
            "stop": 816068851
        },
        {
            "start": 816068871,
            "stop": 816068905
        },
        {
            "start": 816068926,
            "stop": 816068979
        },
        {
            "start": 816068999,
            "stop": 816069035
        },
        {
            "start": 816069070,
            "stop": 816069077
        },
        {
            "start": 816069099,
            "stop": 816069107
        },
        {
            "start": 816069127,
            "stop": 816069142
        },
        {
            "start": 816069505,
            "stop": 816069542
        },
        {
            "start": 816069572,
            "stop": 816069582
        },
        {
            "start": 816069613,
            "stop": 816069616
        },
        {
            "start": 816069635,
            "stop": 816069654
        }
    ]
}