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=14949
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=14950",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14948",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14949,
    "results": [
        {
            "start": 971614271,
            "stop": 971614274
        },
        {
            "start": 971614277,
            "stop": 971614278
        },
        {
            "start": 971614281,
            "stop": 971614285
        },
        {
            "start": 971614288,
            "stop": 971614290
        },
        {
            "start": 971614292,
            "stop": 971614293
        },
        {
            "start": 971614294,
            "stop": 971614297
        },
        {
            "start": 971614304,
            "stop": 971614309
        },
        {
            "start": 971614313,
            "stop": 971614329
        },
        {
            "start": 971614334,
            "stop": 971614336
        },
        {
            "start": 971614339,
            "stop": 971614345
        },
        {
            "start": 971614348,
            "stop": 971614392
        },
        {
            "start": 971614393,
            "stop": 971614427
        },
        {
            "start": 971614430,
            "stop": 971614459
        },
        {
            "start": 971614462,
            "stop": 971614509
        },
        {
            "start": 971614513,
            "stop": 971614514
        },
        {
            "start": 971614518,
            "stop": 971614599
        },
        {
            "start": 971614601,
            "stop": 971614621
        },
        {
            "start": 971614624,
            "stop": 971614672
        },
        {
            "start": 971614677,
            "stop": 971614680
        },
        {
            "start": 971614688,
            "stop": 971614694
        }
    ]
}