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=2108
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=2109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2107",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2108,
    "results": [
        {
            "start": 871936065,
            "stop": 871937121
        },
        {
            "start": 871937138,
            "stop": 871937467
        },
        {
            "start": 871937484,
            "stop": 871937860
        },
        {
            "start": 871937886,
            "stop": 871938290
        },
        {
            "start": 871938309,
            "stop": 871939871
        },
        {
            "start": 871939888,
            "stop": 871939945
        },
        {
            "start": 871939977,
            "stop": 871939978
        },
        {
            "start": 871939995,
            "stop": 871940065
        },
        {
            "start": 871940083,
            "stop": 871943374
        },
        {
            "start": 871943391,
            "stop": 871943432
        },
        {
            "start": 871943495,
            "stop": 871943603
        },
        {
            "start": 871943620,
            "stop": 871944546
        },
        {
            "start": 871944563,
            "stop": 871956745
        },
        {
            "start": 871958699,
            "stop": 871958709
        },
        {
            "start": 871958752,
            "stop": 871958759
        },
        {
            "start": 871958776,
            "stop": 871958780
        },
        {
            "start": 871958797,
            "stop": 871958828
        },
        {
            "start": 871958855,
            "stop": 871963979
        },
        {
            "start": 871963998,
            "stop": 871964004
        },
        {
            "start": 871964028,
            "stop": 871964638
        }
    ]
}