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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9050",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9051,
    "results": [
        {
            "start": 874331570,
            "stop": 874331571
        },
        {
            "start": 874331608,
            "stop": 874331619
        },
        {
            "start": 874331667,
            "stop": 874331668
        },
        {
            "start": 874331685,
            "stop": 874331776
        },
        {
            "start": 874331793,
            "stop": 874331888
        },
        {
            "start": 874331905,
            "stop": 874332532
        },
        {
            "start": 874332549,
            "stop": 874333434
        },
        {
            "start": 874333451,
            "stop": 874333899
        },
        {
            "start": 874333916,
            "stop": 874333929
        },
        {
            "start": 874333957,
            "stop": 874333971
        },
        {
            "start": 874334040,
            "stop": 874334586
        },
        {
            "start": 874335184,
            "stop": 874335474
        },
        {
            "start": 874335584,
            "stop": 874335595
        },
        {
            "start": 874335614,
            "stop": 874335643
        },
        {
            "start": 874335661,
            "stop": 874335665
        },
        {
            "start": 874335685,
            "stop": 874335686
        },
        {
            "start": 874335703,
            "stop": 874335776
        },
        {
            "start": 874336074,
            "stop": 874336387
        },
        {
            "start": 874336404,
            "stop": 874337394
        },
        {
            "start": 874337411,
            "stop": 874337940
        }
    ]
}