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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=61",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 62,
    "results": [
        {
            "start": 931256065,
            "stop": 931256066
        },
        {
            "start": 931256079,
            "stop": 931256083
        },
        {
            "start": 931256105,
            "stop": 931256106
        },
        {
            "start": 931256112,
            "stop": 931256113
        },
        {
            "start": 931256121,
            "stop": 931256122
        },
        {
            "start": 931256127,
            "stop": 931256132
        },
        {
            "start": 931256136,
            "stop": 931256143
        },
        {
            "start": 931256150,
            "stop": 931256153
        },
        {
            "start": 931256155,
            "stop": 931256160
        },
        {
            "start": 931256168,
            "stop": 931256172
        },
        {
            "start": 931256174,
            "stop": 931256175
        },
        {
            "start": 931256179,
            "stop": 931256181
        },
        {
            "start": 931256184,
            "stop": 931256189
        },
        {
            "start": 931256195,
            "stop": 931256197
        },
        {
            "start": 931256203,
            "stop": 931256214
        },
        {
            "start": 931256217,
            "stop": 931256218
        },
        {
            "start": 931256258,
            "stop": 931256260
        },
        {
            "start": 931256263,
            "stop": 931256264
        },
        {
            "start": 931256272,
            "stop": 931256273
        },
        {
            "start": 931256276,
            "stop": 931256278
        }
    ]
}