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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=219",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 220,
    "results": [
        {
            "start": 820206144,
            "stop": 820206214
        },
        {
            "start": 820206217,
            "stop": 820206227
        },
        {
            "start": 820206232,
            "stop": 820206347
        },
        {
            "start": 820206351,
            "stop": 820206394
        },
        {
            "start": 820206398,
            "stop": 820206401
        },
        {
            "start": 820206405,
            "stop": 820206407
        },
        {
            "start": 820206412,
            "stop": 820206413
        },
        {
            "start": 820206418,
            "stop": 820206420
        },
        {
            "start": 820206423,
            "stop": 820206474
        },
        {
            "start": 820206477,
            "stop": 820206518
        },
        {
            "start": 820206640,
            "stop": 820206671
        },
        {
            "start": 820206676,
            "stop": 820206678
        },
        {
            "start": 820206682,
            "stop": 820206683
        },
        {
            "start": 820206688,
            "stop": 820206690
        },
        {
            "start": 820206694,
            "stop": 820206734
        },
        {
            "start": 820206738,
            "stop": 820206745
        },
        {
            "start": 820206749,
            "stop": 820206767
        },
        {
            "start": 820206771,
            "stop": 820206773
        },
        {
            "start": 820206777,
            "stop": 820206865
        },
        {
            "start": 820206868,
            "stop": 820206870
        }
    ]
}