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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=145",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 146,
    "results": [
        {
            "start": 820189465,
            "stop": 820189502
        },
        {
            "start": 820189506,
            "stop": 820189507
        },
        {
            "start": 820189512,
            "stop": 820189594
        },
        {
            "start": 820189598,
            "stop": 820189600
        },
        {
            "start": 820189604,
            "stop": 820189608
        },
        {
            "start": 820189611,
            "stop": 820189642
        },
        {
            "start": 820189660,
            "stop": 820189675
        },
        {
            "start": 820189678,
            "stop": 820189731
        },
        {
            "start": 820189734,
            "stop": 820190165
        },
        {
            "start": 820190168,
            "stop": 820190249
        },
        {
            "start": 820190252,
            "stop": 820190279
        },
        {
            "start": 820190282,
            "stop": 820190348
        },
        {
            "start": 820190352,
            "stop": 820190483
        },
        {
            "start": 820190486,
            "stop": 820190555
        },
        {
            "start": 820190558,
            "stop": 820190838
        },
        {
            "start": 820190842,
            "stop": 820190851
        },
        {
            "start": 820190855,
            "stop": 820190858
        },
        {
            "start": 820190861,
            "stop": 820190899
        },
        {
            "start": 820190902,
            "stop": 820190927
        },
        {
            "start": 820190931,
            "stop": 820191002
        }
    ]
}