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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=782",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=780",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 781,
    "results": [
        {
            "start": 957495184,
            "stop": 957495204
        },
        {
            "start": 957495210,
            "stop": 957495418
        },
        {
            "start": 957495424,
            "stop": 957495459
        },
        {
            "start": 957495465,
            "stop": 957495674
        },
        {
            "start": 957495679,
            "stop": 957496257
        },
        {
            "start": 957496263,
            "stop": 957496726
        },
        {
            "start": 957496732,
            "stop": 957496837
        },
        {
            "start": 957496843,
            "stop": 957496976
        },
        {
            "start": 957496982,
            "stop": 957497147
        },
        {
            "start": 957497158,
            "stop": 957497889
        },
        {
            "start": 957497895,
            "stop": 957497916
        },
        {
            "start": 957497922,
            "stop": 957497985
        },
        {
            "start": 957497991,
            "stop": 957498264
        },
        {
            "start": 957498270,
            "stop": 957498620
        },
        {
            "start": 957498626,
            "stop": 957499056
        },
        {
            "start": 957499061,
            "stop": 957499305
        },
        {
            "start": 957499311,
            "stop": 957499474
        },
        {
            "start": 957499480,
            "stop": 957499492
        },
        {
            "start": 957499498,
            "stop": 957499503
        },
        {
            "start": 957499508,
            "stop": 957500026
        }
    ]
}