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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=38",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 39,
    "results": [
        {
            "start": 816482821,
            "stop": 816482853
        },
        {
            "start": 816482915,
            "stop": 816483030
        },
        {
            "start": 816483104,
            "stop": 816483109
        },
        {
            "start": 816483129,
            "stop": 816483250
        },
        {
            "start": 816483293,
            "stop": 816483304
        },
        {
            "start": 816483324,
            "stop": 816483338
        },
        {
            "start": 816483406,
            "stop": 816483534
        },
        {
            "start": 816483555,
            "stop": 816483561
        },
        {
            "start": 816483583,
            "stop": 816483698
        },
        {
            "start": 816483718,
            "stop": 816483727
        },
        {
            "start": 816483747,
            "stop": 816483793
        },
        {
            "start": 816483824,
            "stop": 816483930
        },
        {
            "start": 816483949,
            "stop": 816483951
        },
        {
            "start": 816483970,
            "stop": 816484040
        },
        {
            "start": 816484060,
            "stop": 816484092
        },
        {
            "start": 816484112,
            "stop": 816484131
        },
        {
            "start": 816484155,
            "stop": 816484173
        },
        {
            "start": 816484196,
            "stop": 816484311
        },
        {
            "start": 816484345,
            "stop": 816484417
        },
        {
            "start": 816484445,
            "stop": 816484466
        }
    ]
}