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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7570",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7568",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7569,
    "results": [
        {
            "start": 970489725,
            "stop": 970489727
        },
        {
            "start": 970489926,
            "stop": 970489927
        },
        {
            "start": 970489931,
            "stop": 970489937
        },
        {
            "start": 970489940,
            "stop": 970489943
        },
        {
            "start": 970489946,
            "stop": 970489948
        },
        {
            "start": 970489952,
            "stop": 970489967
        },
        {
            "start": 970489971,
            "stop": 970489973
        },
        {
            "start": 970489976,
            "stop": 970489977
        },
        {
            "start": 970489980,
            "stop": 970489982
        },
        {
            "start": 970489985,
            "stop": 970489992
        },
        {
            "start": 970489997,
            "stop": 970490002
        },
        {
            "start": 970490005,
            "stop": 970490007
        },
        {
            "start": 970490010,
            "stop": 970490013
        },
        {
            "start": 970490025,
            "stop": 970490034
        },
        {
            "start": 970490039,
            "stop": 970490041
        },
        {
            "start": 970490044,
            "stop": 970490048
        },
        {
            "start": 970490051,
            "stop": 970490055
        },
        {
            "start": 970490058,
            "stop": 970490059
        },
        {
            "start": 970490062,
            "stop": 970490063
        },
        {
            "start": 970490066,
            "stop": 970490077
        }
    ]
}