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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=22",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 23,
    "results": [
        {
            "start": 820570967,
            "stop": 820570968
        },
        {
            "start": 820571924,
            "stop": 820587111
        },
        {
            "start": 820587247,
            "stop": 820587248
        },
        {
            "start": 820587391,
            "stop": 820589350
        },
        {
            "start": 820590653,
            "stop": 820592664
        },
        {
            "start": 820625587,
            "stop": 820658489
        },
        {
            "start": 820659665,
            "stop": 820681171
        },
        {
            "start": 820681172,
            "stop": 820681174
        },
        {
            "start": 820681726,
            "stop": 820684230
        },
        {
            "start": 820684405,
            "stop": 820691064
        },
        {
            "start": 820691241,
            "stop": 820704840
        },
        {
            "start": 820707812,
            "stop": 820718788
        },
        {
            "start": 820720874,
            "stop": 820744913
        },
        {
            "start": 820745748,
            "stop": 820756099
        },
        {
            "start": 820766152,
            "stop": 820772894
        },
        {
            "start": 820791230,
            "stop": 820792444
        },
        {
            "start": 820798090,
            "stop": 820802386
        },
        {
            "start": 820802927,
            "stop": 820807346
        },
        {
            "start": 820807682,
            "stop": 820827935
        },
        {
            "start": 820828683,
            "stop": 820844221
        }
    ]
}