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=3716
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=3717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3715",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3716,
    "results": [
        {
            "start": 873307959,
            "stop": 873308050
        },
        {
            "start": 873308153,
            "stop": 873308208
        },
        {
            "start": 873308225,
            "stop": 873308266
        },
        {
            "start": 873308296,
            "stop": 873308306
        },
        {
            "start": 873308371,
            "stop": 873308401
        },
        {
            "start": 873308444,
            "stop": 873308446
        },
        {
            "start": 873308467,
            "stop": 873308474
        },
        {
            "start": 873308501,
            "stop": 873308577
        },
        {
            "start": 873308622,
            "stop": 873308731
        },
        {
            "start": 873308780,
            "stop": 873308915
        },
        {
            "start": 873308932,
            "stop": 873309010
        },
        {
            "start": 873309027,
            "stop": 873309028
        },
        {
            "start": 873309059,
            "stop": 873309441
        },
        {
            "start": 873309465,
            "stop": 873309476
        },
        {
            "start": 873309493,
            "stop": 873310005
        },
        {
            "start": 873310030,
            "stop": 873310035
        },
        {
            "start": 873310052,
            "stop": 873310056
        },
        {
            "start": 873310073,
            "stop": 873310167
        },
        {
            "start": 873310199,
            "stop": 873310387
        },
        {
            "start": 873310404,
            "stop": 873310576
        }
    ]
}