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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=54",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 55,
    "results": [
        {
            "start": 932072107,
            "stop": 932072114
        },
        {
            "start": 932072115,
            "stop": 932072117
        },
        {
            "start": 932072120,
            "stop": 932072123
        },
        {
            "start": 932072126,
            "stop": 932072135
        },
        {
            "start": 932072136,
            "stop": 932072137
        },
        {
            "start": 932072140,
            "stop": 932072144
        },
        {
            "start": 932072145,
            "stop": 932072147
        },
        {
            "start": 932072150,
            "stop": 932072152
        },
        {
            "start": 932072154,
            "stop": 932072157
        },
        {
            "start": 932072160,
            "stop": 932072176
        },
        {
            "start": 932072178,
            "stop": 932072181
        },
        {
            "start": 932072183,
            "stop": 932072192
        },
        {
            "start": 932072194,
            "stop": 932072199
        },
        {
            "start": 932072203,
            "stop": 932072205
        },
        {
            "start": 932072213,
            "stop": 932072218
        },
        {
            "start": 932072221,
            "stop": 932072222
        },
        {
            "start": 932072224,
            "stop": 932072226
        },
        {
            "start": 932072228,
            "stop": 932072229
        },
        {
            "start": 932072231,
            "stop": 932072233
        },
        {
            "start": 932072239,
            "stop": 932072240
        }
    ]
}