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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=268",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 269,
    "results": [
        {
            "start": 934203855,
            "stop": 934203917
        },
        {
            "start": 934203922,
            "stop": 934205925
        },
        {
            "start": 934205928,
            "stop": 934205941
        },
        {
            "start": 934205944,
            "stop": 934205955
        },
        {
            "start": 934205959,
            "stop": 934206733
        },
        {
            "start": 934206735,
            "stop": 934207119
        },
        {
            "start": 934212549,
            "stop": 934213535
        },
        {
            "start": 934213537,
            "stop": 934214415
        },
        {
            "start": 934214655,
            "stop": 934216551
        },
        {
            "start": 934216558,
            "stop": 934216596
        },
        {
            "start": 934216601,
            "stop": 934216825
        },
        {
            "start": 934216828,
            "stop": 934217014
        },
        {
            "start": 934217018,
            "stop": 934218015
        },
        {
            "start": 934218255,
            "stop": 934218367
        },
        {
            "start": 934218369,
            "stop": 934218370
        },
        {
            "start": 934218372,
            "stop": 934218407
        },
        {
            "start": 934218409,
            "stop": 934219446
        },
        {
            "start": 934219448,
            "stop": 934221615
        },
        {
            "start": 934221855,
            "stop": 934222049
        },
        {
            "start": 934222109,
            "stop": 934223146
        }
    ]
}