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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=149",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 150,
    "results": [
        {
            "start": 818727399,
            "stop": 818727405
        },
        {
            "start": 818727417,
            "stop": 818727418
        },
        {
            "start": 818727497,
            "stop": 818727501
        },
        {
            "start": 818727509,
            "stop": 818727510
        },
        {
            "start": 818727524,
            "stop": 818727528
        },
        {
            "start": 818727537,
            "stop": 818727538
        },
        {
            "start": 818727546,
            "stop": 818727565
        },
        {
            "start": 818727575,
            "stop": 818727577
        },
        {
            "start": 818727605,
            "stop": 818727606
        },
        {
            "start": 818727619,
            "stop": 818727621
        },
        {
            "start": 818727639,
            "stop": 818727643
        },
        {
            "start": 818727684,
            "stop": 818727690
        },
        {
            "start": 818727711,
            "stop": 818727719
        },
        {
            "start": 818727732,
            "stop": 818727738
        },
        {
            "start": 818727788,
            "stop": 818727824
        },
        {
            "start": 818727837,
            "stop": 818727857
        },
        {
            "start": 818727865,
            "stop": 818727887
        },
        {
            "start": 818727895,
            "stop": 818727904
        },
        {
            "start": 818727914,
            "stop": 818727927
        },
        {
            "start": 818727935,
            "stop": 818727938
        }
    ]
}