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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8327",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8328,
    "results": [
        {
            "start": 874324861,
            "stop": 874325483
        },
        {
            "start": 874325500,
            "stop": 874327349
        },
        {
            "start": 874327366,
            "stop": 874327461
        },
        {
            "start": 874327478,
            "stop": 874329126
        },
        {
            "start": 874331570,
            "stop": 874331571
        },
        {
            "start": 874331608,
            "stop": 874331619
        },
        {
            "start": 874331762,
            "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
        }
    ]
}