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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=241",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 242,
    "results": [
        {
            "start": 821678466,
            "stop": 821678470
        },
        {
            "start": 821678475,
            "stop": 821678476
        },
        {
            "start": 821678479,
            "stop": 821678483
        },
        {
            "start": 821678486,
            "stop": 821678491
        },
        {
            "start": 821678494,
            "stop": 821678498
        },
        {
            "start": 821678503,
            "stop": 821678511
        },
        {
            "start": 821678514,
            "stop": 821678516
        },
        {
            "start": 821678522,
            "stop": 821678523
        },
        {
            "start": 821678526,
            "stop": 821678535
        },
        {
            "start": 821678539,
            "stop": 821678543
        },
        {
            "start": 821678549,
            "stop": 821678550
        },
        {
            "start": 821678555,
            "stop": 821678562
        },
        {
            "start": 821678565,
            "stop": 821678570
        },
        {
            "start": 821678573,
            "stop": 821678574
        },
        {
            "start": 821678580,
            "stop": 821678583
        },
        {
            "start": 821678586,
            "stop": 821678591
        },
        {
            "start": 821678599,
            "stop": 821678607
        },
        {
            "start": 821678610,
            "stop": 821678613
        },
        {
            "start": 821678623,
            "stop": 821678631
        },
        {
            "start": 821678634,
            "stop": 821678642
        }
    ]
}