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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=53",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 54,
    "results": [
        {
            "start": 821635230,
            "stop": 821635243
        },
        {
            "start": 821636981,
            "stop": 821641470
        },
        {
            "start": 821641530,
            "stop": 821641542
        },
        {
            "start": 821642231,
            "stop": 821648125
        },
        {
            "start": 821649297,
            "stop": 821649978
        },
        {
            "start": 821650135,
            "stop": 821653473
        },
        {
            "start": 821654121,
            "stop": 821654129
        },
        {
            "start": 821654148,
            "stop": 821656602
        },
        {
            "start": 821656608,
            "stop": 821657286
        },
        {
            "start": 821657287,
            "stop": 821659691
        },
        {
            "start": 821660538,
            "stop": 821663910
        },
        {
            "start": 821663970,
            "stop": 821663998
        },
        {
            "start": 821665575,
            "stop": 821666930
        },
        {
            "start": 821667073,
            "stop": 821681545
        },
        {
            "start": 821681558,
            "stop": 821681572
        },
        {
            "start": 821681578,
            "stop": 821681582
        },
        {
            "start": 821681588,
            "stop": 821681610
        },
        {
            "start": 821681670,
            "stop": 821681691
        },
        {
            "start": 821682347,
            "stop": 821684610
        },
        {
            "start": 821685363,
            "stop": 821691073
        }
    ]
}