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=1850
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=1851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1849",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1850,
    "results": [
        {
            "start": 843872824,
            "stop": 843872830
        },
        {
            "start": 843872832,
            "stop": 843873234
        },
        {
            "start": 843873236,
            "stop": 843873485
        },
        {
            "start": 843873487,
            "stop": 843873502
        },
        {
            "start": 843873504,
            "stop": 843873797
        },
        {
            "start": 843873799,
            "stop": 843874614
        },
        {
            "start": 843874616,
            "stop": 843875091
        },
        {
            "start": 843875093,
            "stop": 843875345
        },
        {
            "start": 843875347,
            "stop": 843877372
        },
        {
            "start": 843877374,
            "stop": 843881901
        },
        {
            "start": 843881903,
            "stop": 843882281
        },
        {
            "start": 843882283,
            "stop": 843886785
        },
        {
            "start": 843889288,
            "stop": 843889464
        },
        {
            "start": 843889615,
            "stop": 843890120
        },
        {
            "start": 843890122,
            "stop": 843890132
        },
        {
            "start": 843890134,
            "stop": 843890252
        },
        {
            "start": 843890254,
            "stop": 843890258
        },
        {
            "start": 843890260,
            "stop": 843890263
        },
        {
            "start": 843890266,
            "stop": 843890277
        },
        {
            "start": 843890278,
            "stop": 843890291
        }
    ]
}