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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=210",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 211,
    "results": [
        {
            "start": 820526342,
            "stop": 820526410
        },
        {
            "start": 820526413,
            "stop": 820526867
        },
        {
            "start": 820526870,
            "stop": 820526901
        },
        {
            "start": 820526904,
            "stop": 820526907
        },
        {
            "start": 820526911,
            "stop": 820526915
        },
        {
            "start": 820526918,
            "stop": 820527048
        },
        {
            "start": 820527052,
            "stop": 820527106
        },
        {
            "start": 820527110,
            "stop": 820527129
        },
        {
            "start": 820527133,
            "stop": 820527136
        },
        {
            "start": 820527140,
            "stop": 820527420
        },
        {
            "start": 820527423,
            "stop": 820527770
        },
        {
            "start": 820527774,
            "stop": 820527871
        },
        {
            "start": 820527875,
            "stop": 820527984
        },
        {
            "start": 820527987,
            "stop": 820528136
        },
        {
            "start": 820528140,
            "stop": 820528178
        },
        {
            "start": 820528182,
            "stop": 820528284
        },
        {
            "start": 820528289,
            "stop": 820528292
        },
        {
            "start": 820528296,
            "stop": 820528299
        },
        {
            "start": 820528303,
            "stop": 820528306
        },
        {
            "start": 820528310,
            "stop": 820528360
        }
    ]
}