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=543
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=544",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=542",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 543,
    "results": [
        {
            "start": 827206060,
            "stop": 827206184
        },
        {
            "start": 827206188,
            "stop": 827206607
        },
        {
            "start": 827206610,
            "stop": 827206655
        },
        {
            "start": 827206661,
            "stop": 827206816
        },
        {
            "start": 827206822,
            "stop": 827206919
        },
        {
            "start": 827206922,
            "stop": 827207210
        },
        {
            "start": 827207213,
            "stop": 827207337
        },
        {
            "start": 827207340,
            "stop": 827207653
        },
        {
            "start": 827207658,
            "stop": 827207696
        },
        {
            "start": 827207699,
            "stop": 827207855
        },
        {
            "start": 827207858,
            "stop": 827207924
        },
        {
            "start": 827207928,
            "stop": 827207933
        },
        {
            "start": 827207950,
            "stop": 827208064
        },
        {
            "start": 827208067,
            "stop": 827208092
        },
        {
            "start": 827208096,
            "stop": 827208178
        },
        {
            "start": 827208185,
            "stop": 827208246
        },
        {
            "start": 827208250,
            "stop": 827208334
        },
        {
            "start": 827208337,
            "stop": 827208484
        },
        {
            "start": 827208487,
            "stop": 827208654
        },
        {
            "start": 827208657,
            "stop": 827208748
        }
    ]
}