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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8384",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8385,
    "results": [
        {
            "start": 874898640,
            "stop": 874899922
        },
        {
            "start": 874899942,
            "stop": 874899960
        },
        {
            "start": 874900020,
            "stop": 874900200
        },
        {
            "start": 874900260,
            "stop": 874900680
        },
        {
            "start": 874900740,
            "stop": 874901263
        },
        {
            "start": 874901280,
            "stop": 874901384
        },
        {
            "start": 874901401,
            "stop": 874901911
        },
        {
            "start": 874901928,
            "stop": 874902840
        },
        {
            "start": 874902900,
            "stop": 874903980
        },
        {
            "start": 874904040,
            "stop": 874904137
        },
        {
            "start": 874904154,
            "stop": 874904340
        },
        {
            "start": 874904400,
            "stop": 874904420
        },
        {
            "start": 874904440,
            "stop": 874906648
        },
        {
            "start": 874906665,
            "stop": 874906833
        },
        {
            "start": 874906851,
            "stop": 874906924
        },
        {
            "start": 874907100,
            "stop": 874907342
        },
        {
            "start": 874907377,
            "stop": 874908300
        },
        {
            "start": 874908360,
            "stop": 874908389
        },
        {
            "start": 874908406,
            "stop": 874908606
        },
        {
            "start": 874908625,
            "stop": 874909283
        }
    ]
}