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=626
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=627",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=625",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 626,
    "results": [
        {
            "start": 829155356,
            "stop": 829155535
        },
        {
            "start": 829155539,
            "stop": 829155671
        },
        {
            "start": 829155674,
            "stop": 829155780
        },
        {
            "start": 829155797,
            "stop": 829155808
        },
        {
            "start": 829155825,
            "stop": 829156086
        },
        {
            "start": 829156089,
            "stop": 829156143
        },
        {
            "start": 829156146,
            "stop": 829156213
        },
        {
            "start": 829156216,
            "stop": 829156327
        },
        {
            "start": 829156330,
            "stop": 829156468
        },
        {
            "start": 829156472,
            "stop": 829156563
        },
        {
            "start": 829156567,
            "stop": 829156984
        },
        {
            "start": 829156987,
            "stop": 829157347
        },
        {
            "start": 829157350,
            "stop": 829157882
        },
        {
            "start": 829157885,
            "stop": 829157946
        },
        {
            "start": 829157950,
            "stop": 829157952
        },
        {
            "start": 829157956,
            "stop": 829158106
        },
        {
            "start": 829158110,
            "stop": 829158337
        },
        {
            "start": 829158340,
            "stop": 829158485
        },
        {
            "start": 829158488,
            "stop": 829158506
        },
        {
            "start": 829158509,
            "stop": 829158636
        }
    ]
}