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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=328",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 329,
    "results": [
        {
            "start": 822495159,
            "stop": 822495268
        },
        {
            "start": 822495275,
            "stop": 822495420
        },
        {
            "start": 822495480,
            "stop": 822495484
        },
        {
            "start": 822495491,
            "stop": 822495493
        },
        {
            "start": 822495631,
            "stop": 822495657
        },
        {
            "start": 822495664,
            "stop": 822495712
        },
        {
            "start": 822495719,
            "stop": 822495720
        },
        {
            "start": 822495780,
            "stop": 822495817
        },
        {
            "start": 822495913,
            "stop": 822496009
        },
        {
            "start": 822496014,
            "stop": 822496020
        },
        {
            "start": 822496080,
            "stop": 822496093
        },
        {
            "start": 822496250,
            "stop": 822496287
        },
        {
            "start": 822496294,
            "stop": 822496320
        },
        {
            "start": 822496440,
            "stop": 822496451
        },
        {
            "start": 822510610,
            "stop": 822510985
        },
        {
            "start": 822510993,
            "stop": 822511001
        },
        {
            "start": 822511008,
            "stop": 822511020
        },
        {
            "start": 822511084,
            "stop": 822511090
        },
        {
            "start": 822511272,
            "stop": 822511380
        },
        {
            "start": 822511500,
            "stop": 822511512
        }
    ]
}