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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=151",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 152,
    "results": [
        {
            "start": 859092206,
            "stop": 859093697
        },
        {
            "start": 859093887,
            "stop": 859123621
        },
        {
            "start": 859125094,
            "stop": 859127653
        },
        {
            "start": 859128854,
            "stop": 859145859
        },
        {
            "start": 859147006,
            "stop": 859155441
        },
        {
            "start": 859156455,
            "stop": 859182081
        },
        {
            "start": 859183097,
            "stop": 859242798
        },
        {
            "start": 859243717,
            "stop": 859281379
        },
        {
            "start": 859283147,
            "stop": 859312561
        },
        {
            "start": 859313116,
            "stop": 859317282
        },
        {
            "start": 859317418,
            "stop": 859320143
        },
        {
            "start": 859321245,
            "stop": 859348558
        },
        {
            "start": 859349519,
            "stop": 859399949
        },
        {
            "start": 859401092,
            "stop": 859423074
        },
        {
            "start": 859423180,
            "stop": 859475126
        },
        {
            "start": 859476204,
            "stop": 859477548
        },
        {
            "start": 859478654,
            "stop": 859480947
        },
        {
            "start": 859481243,
            "stop": 859496016
        },
        {
            "start": 859511144,
            "stop": 859551379
        },
        {
            "start": 859552232,
            "stop": 859576022
        }
    ]
}