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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10099",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10097",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10098,
    "results": [
        {
            "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
        },
        {
            "start": 873298992,
            "stop": 873299269
        },
        {
            "start": 873299303,
            "stop": 873299373
        },
        {
            "start": 873299407,
            "stop": 873299470
        }
    ]
}