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=8410
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=8411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8409",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8410,
    "results": [
        {
            "start": 875124281,
            "stop": 875124416
        },
        {
            "start": 875124444,
            "stop": 875124481
        },
        {
            "start": 875124500,
            "stop": 875124513
        },
        {
            "start": 875124541,
            "stop": 875124634
        },
        {
            "start": 875124656,
            "stop": 875124949
        },
        {
            "start": 875124979,
            "stop": 875124994
        },
        {
            "start": 875125022,
            "stop": 875125035
        },
        {
            "start": 875125066,
            "stop": 875125229
        },
        {
            "start": 875125246,
            "stop": 875125255
        },
        {
            "start": 875125320,
            "stop": 875125374
        },
        {
            "start": 875125391,
            "stop": 875125440
        },
        {
            "start": 875125510,
            "stop": 875125560
        },
        {
            "start": 875125920,
            "stop": 875125986
        },
        {
            "start": 875126003,
            "stop": 875126340
        },
        {
            "start": 875126640,
            "stop": 875126700
        },
        {
            "start": 875126820,
            "stop": 875126880
        },
        {
            "start": 875127180,
            "stop": 875127240
        },
        {
            "start": 875127300,
            "stop": 875127582
        },
        {
            "start": 875127602,
            "stop": 875127712
        },
        {
            "start": 875127745,
            "stop": 875127773
        }
    ]
}