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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1044",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1042",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1043,
    "results": [
        {
            "start": 1135230570,
            "stop": 1135231691
        },
        {
            "start": 1135231692,
            "stop": 1135234147
        },
        {
            "start": 1135238726,
            "stop": 1135247224
        },
        {
            "start": 1135247225,
            "stop": 1135257602
        },
        {
            "start": 1135257604,
            "stop": 1135261392
        },
        {
            "start": 1135261394,
            "stop": 1135275706
        },
        {
            "start": 1135275707,
            "stop": 1135278064
        },
        {
            "start": 1135278066,
            "stop": 1135281178
        },
        {
            "start": 1135281179,
            "stop": 1135281340
        },
        {
            "start": 1135281341,
            "stop": 1135287480
        },
        {
            "start": 1135287481,
            "stop": 1135289467
        },
        {
            "start": 1135289469,
            "stop": 1135289979
        },
        {
            "start": 1135289981,
            "stop": 1135296536
        },
        {
            "start": 1135296538,
            "stop": 1135297105
        },
        {
            "start": 1135297107,
            "stop": 1135304392
        },
        {
            "start": 1135304394,
            "stop": 1135314158
        },
        {
            "start": 1135314160,
            "stop": 1135316871
        },
        {
            "start": 1135316873,
            "stop": 1135323744
        },
        {
            "start": 1135323746,
            "stop": 1135327557
        },
        {
            "start": 1135327560,
            "stop": 1135341172
        }
    ]
}