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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=222",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 223,
    "results": [
        {
            "start": 931724472,
            "stop": 931724473
        },
        {
            "start": 931724478,
            "stop": 931724485
        },
        {
            "start": 931724487,
            "stop": 931724488
        },
        {
            "start": 931724506,
            "stop": 931724507
        },
        {
            "start": 931724508,
            "stop": 931724509
        },
        {
            "start": 931724520,
            "stop": 931724521
        },
        {
            "start": 931724523,
            "stop": 931724524
        },
        {
            "start": 931724527,
            "stop": 931724528
        },
        {
            "start": 931724530,
            "stop": 931724531
        },
        {
            "start": 931724534,
            "stop": 931724537
        },
        {
            "start": 931724549,
            "stop": 931724550
        },
        {
            "start": 931724552,
            "stop": 931724554
        },
        {
            "start": 931724555,
            "stop": 931724556
        },
        {
            "start": 931724559,
            "stop": 931724560
        },
        {
            "start": 931724569,
            "stop": 931724570
        },
        {
            "start": 931724573,
            "stop": 931724580
        },
        {
            "start": 931724598,
            "stop": 931724608
        },
        {
            "start": 931724613,
            "stop": 931724615
        },
        {
            "start": 931724618,
            "stop": 931724619
        },
        {
            "start": 931724621,
            "stop": 931724625
        }
    ]
}