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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7570",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7568",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7569,
    "results": [
        {
            "start": 970469198,
            "stop": 970469200
        },
        {
            "start": 970469203,
            "stop": 970469209
        },
        {
            "start": 970469212,
            "stop": 970469235
        },
        {
            "start": 970469238,
            "stop": 970469259
        },
        {
            "start": 970469262,
            "stop": 970469272
        },
        {
            "start": 970469275,
            "stop": 970469287
        },
        {
            "start": 970469290,
            "stop": 970469319
        },
        {
            "start": 970469322,
            "stop": 970469377
        },
        {
            "start": 970469380,
            "stop": 970469400
        },
        {
            "start": 970469403,
            "stop": 970469452
        },
        {
            "start": 970469455,
            "stop": 970469478
        },
        {
            "start": 970469482,
            "stop": 970469493
        },
        {
            "start": 970469511,
            "stop": 970469536
        },
        {
            "start": 970469539,
            "stop": 970469543
        },
        {
            "start": 970469549,
            "stop": 970469552
        },
        {
            "start": 970469555,
            "stop": 970469664
        },
        {
            "start": 970469667,
            "stop": 970469669
        },
        {
            "start": 970469675,
            "stop": 970469689
        },
        {
            "start": 970469698,
            "stop": 970469707
        },
        {
            "start": 970469713,
            "stop": 970469718
        }
    ]
}