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=3524
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=3525",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3523",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3524,
    "results": [
        {
            "start": 871481156,
            "stop": 871481573
        },
        {
            "start": 871481611,
            "stop": 871481921
        },
        {
            "start": 871481938,
            "stop": 871482987
        },
        {
            "start": 871483005,
            "stop": 871483332
        },
        {
            "start": 871483349,
            "stop": 871483620
        },
        {
            "start": 871483740,
            "stop": 871484491
        },
        {
            "start": 871484508,
            "stop": 871484797
        },
        {
            "start": 871484814,
            "stop": 871485782
        },
        {
            "start": 871485799,
            "stop": 871485887
        },
        {
            "start": 871485904,
            "stop": 871486226
        },
        {
            "start": 871486243,
            "stop": 871487296
        },
        {
            "start": 871487313,
            "stop": 871487374
        },
        {
            "start": 871487409,
            "stop": 871487562
        },
        {
            "start": 871487593,
            "stop": 871488079
        },
        {
            "start": 871488097,
            "stop": 871491240
        },
        {
            "start": 871491360,
            "stop": 871491382
        },
        {
            "start": 871491399,
            "stop": 871492740
        },
        {
            "start": 871492757,
            "stop": 871492807
        },
        {
            "start": 871492824,
            "stop": 871493449
        },
        {
            "start": 871493474,
            "stop": 871493720
        }
    ]
}