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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=24",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 25,
    "results": [
        {
            "start": 931153296,
            "stop": 931153337
        },
        {
            "start": 931153363,
            "stop": 931153434
        },
        {
            "start": 931158375,
            "stop": 931158472
        },
        {
            "start": 931158474,
            "stop": 931158515
        },
        {
            "start": 931158520,
            "stop": 931158567
        },
        {
            "start": 931160296,
            "stop": 931160399
        },
        {
            "start": 931160416,
            "stop": 931160468
        },
        {
            "start": 931160486,
            "stop": 931160684
        },
        {
            "start": 931160702,
            "stop": 931161308
        },
        {
            "start": 931161325,
            "stop": 931161537
        },
        {
            "start": 931161555,
            "stop": 931161615
        },
        {
            "start": 931161976,
            "stop": 931161979
        },
        {
            "start": 931162001,
            "stop": 931162090
        },
        {
            "start": 931162108,
            "stop": 931162465
        },
        {
            "start": 931162467,
            "stop": 931162602
        },
        {
            "start": 931162604,
            "stop": 931162678
        },
        {
            "start": 931162706,
            "stop": 931162991
        },
        {
            "start": 931163009,
            "stop": 931163118
        },
        {
            "start": 931163136,
            "stop": 931163147
        },
        {
            "start": 931163181,
            "stop": 931163281
        }
    ]
}