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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=157",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 158,
    "results": [
        {
            "start": 932132565,
            "stop": 932132643
        },
        {
            "start": 932132646,
            "stop": 932132658
        },
        {
            "start": 932132659,
            "stop": 932132713
        },
        {
            "start": 932132714,
            "stop": 932132745
        },
        {
            "start": 932132747,
            "stop": 932132753
        },
        {
            "start": 932132756,
            "stop": 932132823
        },
        {
            "start": 932132842,
            "stop": 932132864
        },
        {
            "start": 932132867,
            "stop": 932132884
        },
        {
            "start": 932132885,
            "stop": 932132888
        },
        {
            "start": 932132889,
            "stop": 932132913
        },
        {
            "start": 932132915,
            "stop": 932133034
        },
        {
            "start": 932133035,
            "stop": 932133062
        },
        {
            "start": 932133064,
            "stop": 932133077
        },
        {
            "start": 932133079,
            "stop": 932133087
        },
        {
            "start": 932133090,
            "stop": 932133092
        },
        {
            "start": 932133093,
            "stop": 932133109
        },
        {
            "start": 932144795,
            "stop": 932144809
        },
        {
            "start": 932144811,
            "stop": 932144824
        },
        {
            "start": 932144826,
            "stop": 932144838
        },
        {
            "start": 932144842,
            "stop": 932144854
        }
    ]
}