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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=261",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 262,
    "results": [
        {
            "start": 1240051149,
            "stop": 1240051268
        },
        {
            "start": 1240051269,
            "stop": 1240051388
        },
        {
            "start": 1240051389,
            "stop": 1240051508
        },
        {
            "start": 1240051509,
            "stop": 1240051628
        },
        {
            "start": 1240051629,
            "stop": 1240051748
        },
        {
            "start": 1240051749,
            "stop": 1240051868
        },
        {
            "start": 1240051869,
            "stop": 1240051988
        },
        {
            "start": 1240051989,
            "stop": 1240052108
        },
        {
            "start": 1240052109,
            "stop": 1240052228
        },
        {
            "start": 1240052229,
            "stop": 1240052348
        },
        {
            "start": 1240052349,
            "stop": 1240052468
        },
        {
            "start": 1240052469,
            "stop": 1240052588
        },
        {
            "start": 1240052589,
            "stop": 1240052612
        },
        {
            "start": 1240052619,
            "stop": 1240052636
        },
        {
            "start": 1240052641,
            "stop": 1240052665
        },
        {
            "start": 1240052669,
            "stop": 1240052708
        },
        {
            "start": 1240052709,
            "stop": 1240052825
        },
        {
            "start": 1240052826,
            "stop": 1240052948
        },
        {
            "start": 1240052949,
            "stop": 1240052955
        },
        {
            "start": 1240052960,
            "stop": 1240053068
        }
    ]
}