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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7578",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7576",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7577,
    "results": [
        {
            "start": 970472908,
            "stop": 970472924
        },
        {
            "start": 970472927,
            "stop": 970472929
        },
        {
            "start": 970472933,
            "stop": 970472960
        },
        {
            "start": 970472963,
            "stop": 970472969
        },
        {
            "start": 970472972,
            "stop": 970472978
        },
        {
            "start": 970472981,
            "stop": 970472983
        },
        {
            "start": 970472986,
            "stop": 970473008
        },
        {
            "start": 970473011,
            "stop": 970473037
        },
        {
            "start": 970473040,
            "stop": 970473047
        },
        {
            "start": 970473050,
            "stop": 970473086
        },
        {
            "start": 970473089,
            "stop": 970473100
        },
        {
            "start": 970473103,
            "stop": 970473114
        },
        {
            "start": 970473117,
            "stop": 970473125
        },
        {
            "start": 970473128,
            "stop": 970473138
        },
        {
            "start": 970473141,
            "stop": 970473156
        },
        {
            "start": 970473159,
            "stop": 970473180
        },
        {
            "start": 970473183,
            "stop": 970473201
        },
        {
            "start": 970473205,
            "stop": 970473207
        },
        {
            "start": 970473210,
            "stop": 970473212
        },
        {
            "start": 970473215,
            "stop": 970473221
        }
    ]
}