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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=124",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 125,
    "results": [
        {
            "start": 825779468,
            "stop": 825779472
        },
        {
            "start": 825779478,
            "stop": 825779492
        },
        {
            "start": 825779498,
            "stop": 825780700
        },
        {
            "start": 825780703,
            "stop": 825780706
        },
        {
            "start": 825780709,
            "stop": 825781374
        },
        {
            "start": 825781484,
            "stop": 825782003
        },
        {
            "start": 825782303,
            "stop": 825782408
        },
        {
            "start": 825821123,
            "stop": 825822819
        },
        {
            "start": 825824272,
            "stop": 825824669
        },
        {
            "start": 825824783,
            "stop": 825841312
        },
        {
            "start": 825841612,
            "stop": 825866065
        },
        {
            "start": 825866075,
            "stop": 825866087
        },
        {
            "start": 825866093,
            "stop": 825866100
        },
        {
            "start": 825866105,
            "stop": 825866110
        },
        {
            "start": 825866115,
            "stop": 825869170
        },
        {
            "start": 825869172,
            "stop": 825869738
        },
        {
            "start": 825869741,
            "stop": 825871227
        },
        {
            "start": 825871238,
            "stop": 825871242
        },
        {
            "start": 825871253,
            "stop": 825871260
        },
        {
            "start": 825871265,
            "stop": 825871295
        }
    ]
}