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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=180",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 181,
    "results": [
        {
            "start": 821629669,
            "stop": 821629866
        },
        {
            "start": 821630631,
            "stop": 821634204
        },
        {
            "start": 821634205,
            "stop": 821635170
        },
        {
            "start": 821635687,
            "stop": 821635693
        },
        {
            "start": 821636271,
            "stop": 821640676
        },
        {
            "start": 821640679,
            "stop": 821640731
        },
        {
            "start": 821640734,
            "stop": 821640919
        },
        {
            "start": 821640920,
            "stop": 821641216
        },
        {
            "start": 821641219,
            "stop": 821641221
        },
        {
            "start": 821641224,
            "stop": 821641266
        },
        {
            "start": 821641269,
            "stop": 821641311
        },
        {
            "start": 821641846,
            "stop": 821641851
        },
        {
            "start": 821641857,
            "stop": 821641885
        },
        {
            "start": 821641888,
            "stop": 821641900
        },
        {
            "start": 821641903,
            "stop": 821641913
        },
        {
            "start": 821641916,
            "stop": 821641919
        },
        {
            "start": 821641922,
            "stop": 821641925
        },
        {
            "start": 821641929,
            "stop": 821641954
        },
        {
            "start": 821641960,
            "stop": 821641961
        },
        {
            "start": 821641965,
            "stop": 821641967
        }
    ]
}