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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=85",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 86,
    "results": [
        {
            "start": 932078216,
            "stop": 932078217
        },
        {
            "start": 932078218,
            "stop": 932078222
        },
        {
            "start": 932078226,
            "stop": 932078227
        },
        {
            "start": 932078229,
            "stop": 932078232
        },
        {
            "start": 932078235,
            "stop": 932078237
        },
        {
            "start": 932078238,
            "stop": 932078240
        },
        {
            "start": 932078241,
            "stop": 932078251
        },
        {
            "start": 932078255,
            "stop": 932078262
        },
        {
            "start": 932078263,
            "stop": 932078264
        },
        {
            "start": 932078266,
            "stop": 932078271
        },
        {
            "start": 932078273,
            "stop": 932078277
        },
        {
            "start": 932078278,
            "stop": 932078286
        },
        {
            "start": 932078290,
            "stop": 932078293
        },
        {
            "start": 932078295,
            "stop": 932078296
        },
        {
            "start": 932078302,
            "stop": 932078304
        },
        {
            "start": 932078306,
            "stop": 932078328
        },
        {
            "start": 932078329,
            "stop": 932078330
        },
        {
            "start": 932078331,
            "stop": 932078334
        },
        {
            "start": 932078336,
            "stop": 932078374
        },
        {
            "start": 932078377,
            "stop": 932078378
        }
    ]
}