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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=32",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 33,
    "results": [
        {
            "start": 816656100,
            "stop": 816656340
        },
        {
            "start": 816656400,
            "stop": 816656880
        },
        {
            "start": 816656940,
            "stop": 816657324
        },
        {
            "start": 816660712,
            "stop": 816662445
        },
        {
            "start": 816662462,
            "stop": 816663411
        },
        {
            "start": 816663416,
            "stop": 816664041
        },
        {
            "start": 816664161,
            "stop": 816667339
        },
        {
            "start": 816667345,
            "stop": 816667349
        },
        {
            "start": 816667353,
            "stop": 816667942
        },
        {
            "start": 816667945,
            "stop": 816668091
        },
        {
            "start": 816668108,
            "stop": 816674748
        },
        {
            "start": 816676286,
            "stop": 816677580
        },
        {
            "start": 816677640,
            "stop": 816680918
        },
        {
            "start": 816681038,
            "stop": 816688303
        },
        {
            "start": 816688544,
            "stop": 816689323
        },
        {
            "start": 816689340,
            "stop": 816695412
        },
        {
            "start": 816695429,
            "stop": 816698014
        },
        {
            "start": 816698018,
            "stop": 816699480
        },
        {
            "start": 816699600,
            "stop": 816702660
        },
        {
            "start": 816702720,
            "stop": 816703812
        }
    ]
}