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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=119",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 120,
    "results": [
        {
            "start": 821454615,
            "stop": 821454636
        },
        {
            "start": 821454641,
            "stop": 821454651
        },
        {
            "start": 821454654,
            "stop": 821454694
        },
        {
            "start": 821454697,
            "stop": 821454708
        },
        {
            "start": 821454711,
            "stop": 821454828
        },
        {
            "start": 821454831,
            "stop": 821454983
        },
        {
            "start": 821454986,
            "stop": 821455606
        },
        {
            "start": 821455609,
            "stop": 821456170
        },
        {
            "start": 821456173,
            "stop": 821456737
        },
        {
            "start": 821456740,
            "stop": 821456742
        },
        {
            "start": 821456745,
            "stop": 821456748
        },
        {
            "start": 821456751,
            "stop": 821456821
        },
        {
            "start": 821457142,
            "stop": 821457155
        },
        {
            "start": 821457158,
            "stop": 821457371
        },
        {
            "start": 821457374,
            "stop": 821457449
        },
        {
            "start": 821457452,
            "stop": 821457539
        },
        {
            "start": 821457542,
            "stop": 821458773
        },
        {
            "start": 821458776,
            "stop": 821459086
        },
        {
            "start": 821459486,
            "stop": 821459495
        },
        {
            "start": 821459496,
            "stop": 821459503
        }
    ]
}