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/H1_CBCLOW_CAT3/segments?format=api&page=302
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=301",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 302,
    "results": [
        {
            "start": 822792029,
            "stop": 822792520
        },
        {
            "start": 822792527,
            "stop": 822792865
        },
        {
            "start": 822792872,
            "stop": 822793184
        },
        {
            "start": 822793501,
            "stop": 822793560
        },
        {
            "start": 822793620,
            "stop": 822794630
        },
        {
            "start": 822794770,
            "stop": 822794961
        },
        {
            "start": 822794968,
            "stop": 822795530
        },
        {
            "start": 822795670,
            "stop": 822795824
        },
        {
            "start": 822796005,
            "stop": 822796359
        },
        {
            "start": 822796372,
            "stop": 822796700
        },
        {
            "start": 822796707,
            "stop": 822796719
        },
        {
            "start": 822796726,
            "stop": 822797144
        },
        {
            "start": 822797151,
            "stop": 822797317
        },
        {
            "start": 822797325,
            "stop": 822797394
        },
        {
            "start": 822797406,
            "stop": 822797916
        },
        {
            "start": 822797923,
            "stop": 822797924
        },
        {
            "start": 822798105,
            "stop": 822798638
        },
        {
            "start": 822798646,
            "stop": 822799784
        },
        {
            "start": 822799838,
            "stop": 822800054
        },
        {
            "start": 822800154,
            "stop": 822800357
        }
    ]
}