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=1945
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=1946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1944",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1945,
    "results": [
        {
            "start": 851980447,
            "stop": 851980573
        },
        {
            "start": 851993881,
            "stop": 852019255
        },
        {
            "start": 852023416,
            "stop": 852025694
        },
        {
            "start": 852025804,
            "stop": 852025899
        },
        {
            "start": 852026199,
            "stop": 852047624
        },
        {
            "start": 852047648,
            "stop": 852047672
        },
        {
            "start": 852047680,
            "stop": 852047712
        },
        {
            "start": 852047720,
            "stop": 852047768
        },
        {
            "start": 852047784,
            "stop": 852047806
        },
        {
            "start": 852048872,
            "stop": 852051197
        },
        {
            "start": 852056064,
            "stop": 852058395
        },
        {
            "start": 852058400,
            "stop": 852058442
        },
        {
            "start": 852058448,
            "stop": 852058487
        },
        {
            "start": 852058493,
            "stop": 852060080
        },
        {
            "start": 852060085,
            "stop": 852060127
        },
        {
            "start": 852060133,
            "stop": 852060180
        },
        {
            "start": 852060185,
            "stop": 852063870
        },
        {
            "start": 852063930,
            "stop": 852064410
        },
        {
            "start": 852064470,
            "stop": 852065118
        },
        {
            "start": 852065418,
            "stop": 852065620
        }
    ]
}