Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2091
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=2092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2090",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2091,
    "results": [
        {
            "start": 863983982,
            "stop": 863984082
        },
        {
            "start": 863985229,
            "stop": 863991320
        },
        {
            "start": 863991325,
            "stop": 863993557
        },
        {
            "start": 863993859,
            "stop": 863995980
        },
        {
            "start": 863996040,
            "stop": 864014610
        },
        {
            "start": 864014765,
            "stop": 864014919
        },
        {
            "start": 864015219,
            "stop": 864015265
        },
        {
            "start": 864015375,
            "stop": 864015765
        },
        {
            "start": 864016065,
            "stop": 864052182
        },
        {
            "start": 864052188,
            "stop": 864052200
        },
        {
            "start": 864052260,
            "stop": 864052262
        },
        {
            "start": 864052268,
            "stop": 864058700
        },
        {
            "start": 864059885,
            "stop": 864061030
        },
        {
            "start": 864061038,
            "stop": 864062667
        },
        {
            "start": 864062833,
            "stop": 864069037
        },
        {
            "start": 864070379,
            "stop": 864080057
        },
        {
            "start": 864080063,
            "stop": 864081150
        },
        {
            "start": 864081270,
            "stop": 864090305
        },
        {
            "start": 864090310,
            "stop": 864090325
        },
        {
            "start": 864090330,
            "stop": 864107882
        }
    ]
}