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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=311",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 312,
    "results": [
        {
            "start": 822543722,
            "stop": 822544246
        },
        {
            "start": 822544249,
            "stop": 822544410
        },
        {
            "start": 822545278,
            "stop": 822545280
        },
        {
            "start": 822545382,
            "stop": 822545880
        },
        {
            "start": 822545940,
            "stop": 822545979
        },
        {
            "start": 822545982,
            "stop": 822546000
        },
        {
            "start": 822546060,
            "stop": 822546085
        },
        {
            "start": 822546088,
            "stop": 822546330
        },
        {
            "start": 822546420,
            "stop": 822546493
        },
        {
            "start": 822548265,
            "stop": 822548366
        },
        {
            "start": 822548369,
            "stop": 822548542
        },
        {
            "start": 822548545,
            "stop": 822548645
        },
        {
            "start": 822548714,
            "stop": 822548727
        },
        {
            "start": 822548892,
            "stop": 822549465
        },
        {
            "start": 822549554,
            "stop": 822550199
        },
        {
            "start": 822550202,
            "stop": 822550895
        },
        {
            "start": 822550898,
            "stop": 822551154
        },
        {
            "start": 822551158,
            "stop": 822551246
        },
        {
            "start": 822551458,
            "stop": 822551490
        },
        {
            "start": 822551493,
            "stop": 822551558
        }
    ]
}