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=10102
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=10103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10101",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10102,
    "results": [
        {
            "start": 873345197,
            "stop": 873345377
        },
        {
            "start": 873345416,
            "stop": 873346211
        },
        {
            "start": 873346228,
            "stop": 873346543
        },
        {
            "start": 873346592,
            "stop": 873348573
        },
        {
            "start": 873348590,
            "stop": 873349114
        },
        {
            "start": 873349986,
            "stop": 873350182
        },
        {
            "start": 873350320,
            "stop": 873350715
        },
        {
            "start": 873350732,
            "stop": 873351533
        },
        {
            "start": 873351540,
            "stop": 873352015
        },
        {
            "start": 873352051,
            "stop": 873352310
        },
        {
            "start": 873352382,
            "stop": 873352809
        },
        {
            "start": 873352816,
            "stop": 873353076
        },
        {
            "start": 873353093,
            "stop": 873353530
        },
        {
            "start": 873353566,
            "stop": 873354028
        },
        {
            "start": 873354226,
            "stop": 873354624
        },
        {
            "start": 873355578,
            "stop": 873356120
        },
        {
            "start": 873356137,
            "stop": 873357236
        },
        {
            "start": 873357244,
            "stop": 873357334
        },
        {
            "start": 873357341,
            "stop": 873357591
        },
        {
            "start": 873357608,
            "stop": 873357927
        }
    ]
}