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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5178",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5179,
    "results": [
        {
            "start": 875118017,
            "stop": 875118264
        },
        {
            "start": 875118283,
            "stop": 875118360
        },
        {
            "start": 875118436,
            "stop": 875118793
        },
        {
            "start": 875118812,
            "stop": 875119030
        },
        {
            "start": 875119049,
            "stop": 875119406
        },
        {
            "start": 875119425,
            "stop": 875119443
        },
        {
            "start": 875119474,
            "stop": 875119483
        },
        {
            "start": 875119518,
            "stop": 875119606
        },
        {
            "start": 875119641,
            "stop": 875119703
        },
        {
            "start": 875119722,
            "stop": 875119933
        },
        {
            "start": 875119955,
            "stop": 875119957
        },
        {
            "start": 875119976,
            "stop": 875120183
        },
        {
            "start": 875123026,
            "stop": 875125569
        },
        {
            "start": 875125588,
            "stop": 875125692
        },
        {
            "start": 875125711,
            "stop": 875125967
        },
        {
            "start": 875125998,
            "stop": 875126064
        },
        {
            "start": 875126084,
            "stop": 875126112
        },
        {
            "start": 875126131,
            "stop": 875126255
        },
        {
            "start": 875126275,
            "stop": 875126447
        },
        {
            "start": 875126477,
            "stop": 875126557
        }
    ]
}