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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=161",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 162,
    "results": [
        {
            "start": 819830869,
            "stop": 819830890
        },
        {
            "start": 819830893,
            "stop": 819831289
        },
        {
            "start": 819831292,
            "stop": 819831525
        },
        {
            "start": 819831528,
            "stop": 819831532
        },
        {
            "start": 819831535,
            "stop": 819831983
        },
        {
            "start": 819831986,
            "stop": 819832034
        },
        {
            "start": 819832037,
            "stop": 819832276
        },
        {
            "start": 819832280,
            "stop": 819833245
        },
        {
            "start": 819833248,
            "stop": 819833346
        },
        {
            "start": 819833350,
            "stop": 819833472
        },
        {
            "start": 819833476,
            "stop": 819833940
        },
        {
            "start": 819833943,
            "stop": 819834215
        },
        {
            "start": 819834218,
            "stop": 819834513
        },
        {
            "start": 819834519,
            "stop": 819834722
        },
        {
            "start": 819834726,
            "stop": 819834805
        },
        {
            "start": 819834808,
            "stop": 819834845
        },
        {
            "start": 819834849,
            "stop": 819834982
        },
        {
            "start": 819834985,
            "stop": 819835020
        },
        {
            "start": 819835024,
            "stop": 819835212
        },
        {
            "start": 819835216,
            "stop": 819835414
        }
    ]
}