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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=683",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=681",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 682,
    "results": [
        {
            "start": 1248644603,
            "stop": 1248644724
        },
        {
            "start": 1248644726,
            "stop": 1248644762
        },
        {
            "start": 1248644765,
            "stop": 1248644771
        },
        {
            "start": 1248644774,
            "stop": 1248644776
        },
        {
            "start": 1248644779,
            "stop": 1248644804
        },
        {
            "start": 1248644807,
            "stop": 1248644865
        },
        {
            "start": 1248644868,
            "stop": 1248644869
        },
        {
            "start": 1248644870,
            "stop": 1248644875
        },
        {
            "start": 1248644876,
            "stop": 1248644882
        },
        {
            "start": 1248644884,
            "stop": 1248644891
        },
        {
            "start": 1248644893,
            "stop": 1248644895
        },
        {
            "start": 1248644897,
            "stop": 1248644933
        },
        {
            "start": 1248644938,
            "stop": 1248644942
        },
        {
            "start": 1248644945,
            "stop": 1248645007
        },
        {
            "start": 1248645009,
            "stop": 1248645136
        },
        {
            "start": 1248645141,
            "stop": 1248645808
        },
        {
            "start": 1248645813,
            "stop": 1248645991
        },
        {
            "start": 1248645996,
            "stop": 1248646125
        },
        {
            "start": 1248646130,
            "stop": 1248646177
        },
        {
            "start": 1248646180,
            "stop": 1248646262
        }
    ]
}