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=3694
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=3695",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3693",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3694,
    "results": [
        {
            "start": 873136723,
            "stop": 873136773
        },
        {
            "start": 873139153,
            "stop": 873139200
        },
        {
            "start": 873139320,
            "stop": 873139500
        },
        {
            "start": 873139740,
            "stop": 873139860
        },
        {
            "start": 873139920,
            "stop": 873139980
        },
        {
            "start": 873140040,
            "stop": 873140160
        },
        {
            "start": 873140280,
            "stop": 873140736
        },
        {
            "start": 873140776,
            "stop": 873140793
        },
        {
            "start": 873140796,
            "stop": 873140828
        },
        {
            "start": 873142125,
            "stop": 873142268
        },
        {
            "start": 873142292,
            "stop": 873143160
        },
        {
            "start": 873143220,
            "stop": 873143286
        },
        {
            "start": 873143303,
            "stop": 873143540
        },
        {
            "start": 873143557,
            "stop": 873143577
        },
        {
            "start": 873143594,
            "stop": 873143597
        },
        {
            "start": 873143615,
            "stop": 873143762
        },
        {
            "start": 873143793,
            "stop": 873144360
        },
        {
            "start": 873144420,
            "stop": 873144651
        },
        {
            "start": 873144668,
            "stop": 873144734
        },
        {
            "start": 873144751,
            "stop": 873145169
        }
    ]
}