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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=113",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 114,
    "results": [
        {
            "start": 931756822,
            "stop": 931757032
        },
        {
            "start": 931757050,
            "stop": 931757219
        },
        {
            "start": 931757221,
            "stop": 931757291
        },
        {
            "start": 931757367,
            "stop": 931757376
        },
        {
            "start": 931757396,
            "stop": 931757397
        },
        {
            "start": 931757479,
            "stop": 931757495
        },
        {
            "start": 931757546,
            "stop": 931757638
        },
        {
            "start": 931757656,
            "stop": 931757803
        },
        {
            "start": 931757822,
            "stop": 931757973
        },
        {
            "start": 931757991,
            "stop": 931758083
        },
        {
            "start": 931758113,
            "stop": 931758339
        },
        {
            "start": 931758359,
            "stop": 931758384
        },
        {
            "start": 931758402,
            "stop": 931758408
        },
        {
            "start": 931758476,
            "stop": 931758607
        },
        {
            "start": 931758625,
            "stop": 931758857
        },
        {
            "start": 931758877,
            "stop": 931758908
        },
        {
            "start": 931758926,
            "stop": 931759000
        },
        {
            "start": 931759018,
            "stop": 931759020
        },
        {
            "start": 931759056,
            "stop": 931759076
        },
        {
            "start": 931759094,
            "stop": 931759108
        }
    ]
}