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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=280",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 281,
    "results": [
        {
            "start": 822494987,
            "stop": 822495011
        },
        {
            "start": 822495019,
            "stop": 822495032
        },
        {
            "start": 822495040,
            "stop": 822495151
        },
        {
            "start": 822495159,
            "stop": 822495268
        },
        {
            "start": 822495275,
            "stop": 822495455
        },
        {
            "start": 822495463,
            "stop": 822495484
        },
        {
            "start": 822495491,
            "stop": 822495493
        },
        {
            "start": 822495631,
            "stop": 822495657
        },
        {
            "start": 822495664,
            "stop": 822495712
        },
        {
            "start": 822495719,
            "stop": 822495817
        },
        {
            "start": 822495913,
            "stop": 822496009
        },
        {
            "start": 822496014,
            "stop": 822496020
        },
        {
            "start": 822496080,
            "stop": 822496093
        },
        {
            "start": 822496250,
            "stop": 822496287
        },
        {
            "start": 822496294,
            "stop": 822496320
        },
        {
            "start": 822496380,
            "stop": 822496452
        },
        {
            "start": 822510610,
            "stop": 822510985
        },
        {
            "start": 822510993,
            "stop": 822511001
        },
        {
            "start": 822511008,
            "stop": 822511025
        },
        {
            "start": 822511032,
            "stop": 822511056
        }
    ]
}