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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=204",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 205,
    "results": [
        {
            "start": 820206523,
            "stop": 820206545
        },
        {
            "start": 820206549,
            "stop": 820206572
        },
        {
            "start": 820206575,
            "stop": 820206623
        },
        {
            "start": 820206626,
            "stop": 820206669
        },
        {
            "start": 820206678,
            "stop": 820206681
        },
        {
            "start": 820206685,
            "stop": 820206725
        },
        {
            "start": 820206728,
            "stop": 820206748
        },
        {
            "start": 820206751,
            "stop": 820206763
        },
        {
            "start": 820206767,
            "stop": 820206770
        },
        {
            "start": 820206774,
            "stop": 820206789
        },
        {
            "start": 820206792,
            "stop": 820206815
        },
        {
            "start": 820206818,
            "stop": 820206839
        },
        {
            "start": 820206843,
            "stop": 820207135
        },
        {
            "start": 820207139,
            "stop": 820207206
        },
        {
            "start": 820207209,
            "stop": 820207414
        },
        {
            "start": 820207417,
            "stop": 820207433
        },
        {
            "start": 820207436,
            "stop": 820207439
        },
        {
            "start": 820207443,
            "stop": 820207527
        },
        {
            "start": 820207530,
            "stop": 820207543
        },
        {
            "start": 820207547,
            "stop": 820207564
        }
    ]
}