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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5096",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5094",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5095,
    "results": [
        {
            "start": 873295011,
            "stop": 873295068
        },
        {
            "start": 873295104,
            "stop": 873295208
        },
        {
            "start": 873295245,
            "stop": 873295783
        },
        {
            "start": 873295790,
            "stop": 873295963
        },
        {
            "start": 873295980,
            "stop": 873296084
        },
        {
            "start": 873296118,
            "stop": 873296615
        },
        {
            "start": 873296632,
            "stop": 873297200
        },
        {
            "start": 873297236,
            "stop": 873297370
        },
        {
            "start": 873297426,
            "stop": 873297538
        },
        {
            "start": 873297546,
            "stop": 873297599
        },
        {
            "start": 873297634,
            "stop": 873297710
        },
        {
            "start": 873297717,
            "stop": 873297736
        },
        {
            "start": 873297773,
            "stop": 873297799
        },
        {
            "start": 873297833,
            "stop": 873297880
        },
        {
            "start": 873297914,
            "stop": 873297945
        },
        {
            "start": 873297979,
            "stop": 873298092
        },
        {
            "start": 873298126,
            "stop": 873298175
        },
        {
            "start": 873298182,
            "stop": 873298312
        },
        {
            "start": 873298320,
            "stop": 873298889
        },
        {
            "start": 873298935,
            "stop": 873298976
        }
    ]
}