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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3712",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3710",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3711,
    "results": [
        {
            "start": 873293951,
            "stop": 873294547
        },
        {
            "start": 873294564,
            "stop": 873295022
        },
        {
            "start": 873295039,
            "stop": 873295080
        },
        {
            "start": 873295140,
            "stop": 873295572
        },
        {
            "start": 873295589,
            "stop": 873295648
        },
        {
            "start": 873295665,
            "stop": 873296321
        },
        {
            "start": 873296338,
            "stop": 873296902
        },
        {
            "start": 873296919,
            "stop": 873297886
        },
        {
            "start": 873297903,
            "stop": 873299682
        },
        {
            "start": 873299699,
            "stop": 873299879
        },
        {
            "start": 873299896,
            "stop": 873299997
        },
        {
            "start": 873300060,
            "stop": 873300864
        },
        {
            "start": 873300886,
            "stop": 873301053
        },
        {
            "start": 873301070,
            "stop": 873301102
        },
        {
            "start": 873301121,
            "stop": 873301129
        },
        {
            "start": 873301146,
            "stop": 873301166
        },
        {
            "start": 873301183,
            "stop": 873301187
        },
        {
            "start": 873301204,
            "stop": 873301210
        },
        {
            "start": 873301229,
            "stop": 873301257
        },
        {
            "start": 873301274,
            "stop": 873301318
        }
    ]
}