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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2253",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2254,
    "results": [
        {
            "start": 873301748,
            "stop": 873301768
        },
        {
            "start": 873301793,
            "stop": 873301799
        },
        {
            "start": 873301843,
            "stop": 873301896
        },
        {
            "start": 873301923,
            "stop": 873301946
        },
        {
            "start": 873301993,
            "stop": 873302024
        },
        {
            "start": 873304462,
            "stop": 873304959
        },
        {
            "start": 873304976,
            "stop": 873304985
        },
        {
            "start": 873305006,
            "stop": 873305024
        },
        {
            "start": 873305041,
            "stop": 873306669
        },
        {
            "start": 873306686,
            "stop": 873307710
        },
        {
            "start": 873307728,
            "stop": 873308585
        },
        {
            "start": 873308858,
            "stop": 873309394
        },
        {
            "start": 873309412,
            "stop": 873310500
        },
        {
            "start": 873310560,
            "stop": 873310563
        },
        {
            "start": 873310580,
            "stop": 873310620
        },
        {
            "start": 873310680,
            "stop": 873311182
        },
        {
            "start": 873311199,
            "stop": 873311208
        },
        {
            "start": 873312724,
            "stop": 873312729
        },
        {
            "start": 873312783,
            "stop": 873319125
        },
        {
            "start": 873319203,
            "stop": 873321263
        }
    ]
}