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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=231",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 232,
    "results": [
        {
            "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
        },
        {
            "start": 820207567,
            "stop": 820207579
        },
        {
            "start": 820207582,
            "stop": 820207585
        },
        {
            "start": 820207588,
            "stop": 820207590
        },
        {
            "start": 820207593,
            "stop": 820207741
        },
        {
            "start": 820207745,
            "stop": 820207918
        },
        {
            "start": 820207921,
            "stop": 820207922
        },
        {
            "start": 820207939,
            "stop": 820207986
        }
    ]
}