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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=132",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 133,
    "results": [
        {
            "start": 964325017,
            "stop": 964329100
        },
        {
            "start": 964330525,
            "stop": 964343136
        },
        {
            "start": 964401260,
            "stop": 964404418
        },
        {
            "start": 964405223,
            "stop": 964408195
        },
        {
            "start": 964409043,
            "stop": 964411156
        },
        {
            "start": 964411953,
            "stop": 964412596
        },
        {
            "start": 964414166,
            "stop": 964437085
        },
        {
            "start": 964440480,
            "stop": 964440710
        },
        {
            "start": 964442950,
            "stop": 964443143
        },
        {
            "start": 964445470,
            "stop": 964446100
        },
        {
            "start": 964448857,
            "stop": 964448904
        },
        {
            "start": 964452644,
            "stop": 964473856
        },
        {
            "start": 964477933,
            "stop": 964480282
        },
        {
            "start": 964486806,
            "stop": 964488866
        },
        {
            "start": 964509216,
            "stop": 964510400
        },
        {
            "start": 964512146,
            "stop": 964517260
        },
        {
            "start": 964518411,
            "stop": 964530069
        },
        {
            "start": 964533955,
            "stop": 964563800
        },
        {
            "start": 964565656,
            "stop": 964574413
        },
        {
            "start": 964574965,
            "stop": 964583390
        }
    ]
}