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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=271",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 272,
    "results": [
        {
            "start": 821686866,
            "stop": 821686868
        },
        {
            "start": 821686871,
            "stop": 821686872
        },
        {
            "start": 821686875,
            "stop": 821686905
        },
        {
            "start": 821686909,
            "stop": 821686910
        },
        {
            "start": 821686914,
            "stop": 821686930
        },
        {
            "start": 821686933,
            "stop": 821686939
        },
        {
            "start": 821686942,
            "stop": 821686959
        },
        {
            "start": 821686964,
            "stop": 821686978
        },
        {
            "start": 821686985,
            "stop": 821687002
        },
        {
            "start": 821687005,
            "stop": 821687006
        },
        {
            "start": 821687012,
            "stop": 821687013
        },
        {
            "start": 821687016,
            "stop": 821687020
        },
        {
            "start": 821687024,
            "stop": 821687038
        },
        {
            "start": 821687041,
            "stop": 821687043
        },
        {
            "start": 821687052,
            "stop": 821687079
        },
        {
            "start": 821687085,
            "stop": 821687091
        },
        {
            "start": 821687095,
            "stop": 821687102
        },
        {
            "start": 821687108,
            "stop": 821687110
        },
        {
            "start": 821687117,
            "stop": 821687120
        },
        {
            "start": 821687126,
            "stop": 821687128
        }
    ]
}