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=2279
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=2280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2278",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2279,
    "results": [
        {
            "start": 873744092,
            "stop": 873744476
        },
        {
            "start": 873744481,
            "stop": 873745177
        },
        {
            "start": 873745196,
            "stop": 873745303
        },
        {
            "start": 873745322,
            "stop": 873745585
        },
        {
            "start": 873745608,
            "stop": 873745610
        },
        {
            "start": 873745629,
            "stop": 873745999
        },
        {
            "start": 873746020,
            "stop": 873746549
        },
        {
            "start": 873746569,
            "stop": 873746703
        },
        {
            "start": 873746722,
            "stop": 873747155
        },
        {
            "start": 873747174,
            "stop": 873747182
        },
        {
            "start": 873747201,
            "stop": 873747208
        },
        {
            "start": 873747227,
            "stop": 873747247
        },
        {
            "start": 873747266,
            "stop": 873747279
        },
        {
            "start": 873747298,
            "stop": 873747390
        },
        {
            "start": 873747409,
            "stop": 873747446
        },
        {
            "start": 873747484,
            "stop": 873747503
        },
        {
            "start": 873747522,
            "stop": 873748436
        },
        {
            "start": 873748455,
            "stop": 873748519
        },
        {
            "start": 873748538,
            "stop": 873748614
        },
        {
            "start": 873748633,
            "stop": 873749183
        }
    ]
}