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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=278",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 279,
    "results": [
        {
            "start": 820562519,
            "stop": 820562642
        },
        {
            "start": 820562646,
            "stop": 820562737
        },
        {
            "start": 820562740,
            "stop": 820562777
        },
        {
            "start": 820563687,
            "stop": 820563785
        },
        {
            "start": 820563789,
            "stop": 820563792
        },
        {
            "start": 820563795,
            "stop": 820564080
        },
        {
            "start": 820564260,
            "stop": 820564534
        },
        {
            "start": 820564537,
            "stop": 820564648
        },
        {
            "start": 820564651,
            "stop": 820565110
        },
        {
            "start": 820565114,
            "stop": 820565220
        },
        {
            "start": 820565280,
            "stop": 820565614
        },
        {
            "start": 820565618,
            "stop": 820566329
        },
        {
            "start": 820566333,
            "stop": 820566420
        },
        {
            "start": 820566480,
            "stop": 820566503
        },
        {
            "start": 820566506,
            "stop": 820566733
        },
        {
            "start": 820566736,
            "stop": 820566748
        },
        {
            "start": 820566752,
            "stop": 820566920
        },
        {
            "start": 820566923,
            "stop": 820568323
        },
        {
            "start": 820568326,
            "stop": 820569205
        },
        {
            "start": 820569222,
            "stop": 820570478
        }
    ]
}