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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=255",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 256,
    "results": [
        {
            "start": 1240034409,
            "stop": 1240034528
        },
        {
            "start": 1240034529,
            "stop": 1240034621
        },
        {
            "start": 1240034624,
            "stop": 1240034648
        },
        {
            "start": 1240034649,
            "stop": 1240034768
        },
        {
            "start": 1240034769,
            "stop": 1240034888
        },
        {
            "start": 1240034889,
            "stop": 1240035008
        },
        {
            "start": 1240035009,
            "stop": 1240035068
        },
        {
            "start": 1240035073,
            "stop": 1240035123
        },
        {
            "start": 1240035129,
            "stop": 1240035248
        },
        {
            "start": 1240035249,
            "stop": 1240035359
        },
        {
            "start": 1240035364,
            "stop": 1240035367
        },
        {
            "start": 1240035372,
            "stop": 1240035378
        },
        {
            "start": 1240035383,
            "stop": 1240035387
        },
        {
            "start": 1240035392,
            "stop": 1240035400
        },
        {
            "start": 1240035405,
            "stop": 1240035411
        },
        {
            "start": 1240035415,
            "stop": 1240035488
        },
        {
            "start": 1240035489,
            "stop": 1240035512
        },
        {
            "start": 1240035516,
            "stop": 1240035517
        },
        {
            "start": 1240035521,
            "stop": 1240035536
        },
        {
            "start": 1240035541,
            "stop": 1240035553
        }
    ]
}