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=569
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=570",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=568",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 569,
    "results": [
        {
            "start": 827408276,
            "stop": 827408329
        },
        {
            "start": 827408465,
            "stop": 827408496
        },
        {
            "start": 827408538,
            "stop": 827408543
        },
        {
            "start": 827408594,
            "stop": 827408596
        },
        {
            "start": 827408686,
            "stop": 827408697
        },
        {
            "start": 827408804,
            "stop": 827408809
        },
        {
            "start": 827408882,
            "stop": 827408898
        },
        {
            "start": 827408918,
            "stop": 827408920
        },
        {
            "start": 827408940,
            "stop": 827408970
        },
        {
            "start": 827409049,
            "stop": 827409050
        },
        {
            "start": 827409070,
            "stop": 827409107
        },
        {
            "start": 827409127,
            "stop": 827409133
        },
        {
            "start": 827409178,
            "stop": 827409183
        },
        {
            "start": 827409945,
            "stop": 827410296
        },
        {
            "start": 827410368,
            "stop": 827410408
        },
        {
            "start": 827410477,
            "stop": 827410493
        },
        {
            "start": 827410512,
            "stop": 827410531
        },
        {
            "start": 827410550,
            "stop": 827410568
        },
        {
            "start": 827410599,
            "stop": 827410871
        },
        {
            "start": 827410890,
            "stop": 827411108
        }
    ]
}