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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=251",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 252,
    "results": [
        {
            "start": 821534472,
            "stop": 821534658
        },
        {
            "start": 821534661,
            "stop": 821534720
        },
        {
            "start": 821534723,
            "stop": 821535552
        },
        {
            "start": 821535555,
            "stop": 821535771
        },
        {
            "start": 821535774,
            "stop": 821535942
        },
        {
            "start": 821538177,
            "stop": 821538401
        },
        {
            "start": 821538404,
            "stop": 821538613
        },
        {
            "start": 821539236,
            "stop": 821539432
        },
        {
            "start": 821539436,
            "stop": 821539491
        },
        {
            "start": 821539494,
            "stop": 821539695
        },
        {
            "start": 821539699,
            "stop": 821540004
        },
        {
            "start": 821540007,
            "stop": 821540416
        },
        {
            "start": 821540419,
            "stop": 821540454
        },
        {
            "start": 821540457,
            "stop": 821540535
        },
        {
            "start": 821540538,
            "stop": 821540594
        },
        {
            "start": 821540597,
            "stop": 821540681
        },
        {
            "start": 821540684,
            "stop": 821540870
        },
        {
            "start": 821540873,
            "stop": 821540970
        },
        {
            "start": 821540973,
            "stop": 821540986
        },
        {
            "start": 821540989,
            "stop": 821541142
        }
    ]
}