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=2251
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=2252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2250",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2251,
    "results": [
        {
            "start": 873282018,
            "stop": 873282660
        },
        {
            "start": 873282679,
            "stop": 873283320
        },
        {
            "start": 873283440,
            "stop": 873283765
        },
        {
            "start": 873283784,
            "stop": 873284050
        },
        {
            "start": 873284069,
            "stop": 873284304
        },
        {
            "start": 873284323,
            "stop": 873284519
        },
        {
            "start": 873284539,
            "stop": 873284564
        },
        {
            "start": 873284583,
            "stop": 873284699
        },
        {
            "start": 873284718,
            "stop": 873284966
        },
        {
            "start": 873284985,
            "stop": 873287403
        },
        {
            "start": 873287423,
            "stop": 873287592
        },
        {
            "start": 873287615,
            "stop": 873287628
        },
        {
            "start": 873287659,
            "stop": 873287672
        },
        {
            "start": 873287691,
            "stop": 873287711
        },
        {
            "start": 873287731,
            "stop": 873288587
        },
        {
            "start": 873288605,
            "stop": 873288706
        },
        {
            "start": 873288725,
            "stop": 873290923
        },
        {
            "start": 873290945,
            "stop": 873291009
        },
        {
            "start": 873291028,
            "stop": 873291100
        },
        {
            "start": 873291119,
            "stop": 873291346
        }
    ]
}