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=1954
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=1955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1953",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1954,
    "results": [
        {
            "start": 852436237,
            "stop": 852436456
        },
        {
            "start": 852436756,
            "stop": 852438491
        },
        {
            "start": 852438492,
            "stop": 852439796
        },
        {
            "start": 852442901,
            "stop": 852458870
        },
        {
            "start": 852459170,
            "stop": 852469382
        },
        {
            "start": 852469393,
            "stop": 852469397
        },
        {
            "start": 852469403,
            "stop": 852469405
        },
        {
            "start": 852469413,
            "stop": 852469415
        },
        {
            "start": 852469420,
            "stop": 852469430
        },
        {
            "start": 852469435,
            "stop": 852469437
        },
        {
            "start": 852469443,
            "stop": 852469480
        },
        {
            "start": 852469485,
            "stop": 852480510
        },
        {
            "start": 852480515,
            "stop": 852480535
        },
        {
            "start": 852480540,
            "stop": 852480587
        },
        {
            "start": 852480593,
            "stop": 852483007
        },
        {
            "start": 852483010,
            "stop": 852483020
        },
        {
            "start": 852483028,
            "stop": 852483889
        },
        {
            "start": 852483893,
            "stop": 852483896
        },
        {
            "start": 852483899,
            "stop": 852484640
        },
        {
            "start": 852484645,
            "stop": 852484650
        }
    ]
}