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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=424",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=422",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 423,
    "results": [
        {
            "start": 941690956,
            "stop": 941698678
        },
        {
            "start": 941703004,
            "stop": 941703040
        },
        {
            "start": 941703042,
            "stop": 941735016
        },
        {
            "start": 941738578,
            "stop": 941749296
        },
        {
            "start": 941754198,
            "stop": 941757125
        },
        {
            "start": 941764675,
            "stop": 941799392
        },
        {
            "start": 941805858,
            "stop": 941813817
        },
        {
            "start": 941813819,
            "stop": 941815279
        },
        {
            "start": 941815280,
            "stop": 941815298
        },
        {
            "start": 941815304,
            "stop": 941815349
        },
        {
            "start": 941815352,
            "stop": 941815368
        },
        {
            "start": 941815370,
            "stop": 941815386
        },
        {
            "start": 941817296,
            "stop": 941819433
        },
        {
            "start": 941837459,
            "stop": 941838002
        },
        {
            "start": 941838004,
            "stop": 941839234
        },
        {
            "start": 941842909,
            "stop": 941845363
        },
        {
            "start": 941845365,
            "stop": 941854067
        },
        {
            "start": 941861494,
            "stop": 941865892
        },
        {
            "start": 941865894,
            "stop": 941865919
        },
        {
            "start": 941865921,
            "stop": 941873578
        }
    ]
}