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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=517",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=515",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 516,
    "results": [
        {
            "start": 1262694080,
            "stop": 1262694253
        },
        {
            "start": 1262694256,
            "stop": 1262695521
        },
        {
            "start": 1262695524,
            "stop": 1262695543
        },
        {
            "start": 1262695546,
            "stop": 1262695793
        },
        {
            "start": 1262695796,
            "stop": 1262696316
        },
        {
            "start": 1262696319,
            "stop": 1262696379
        },
        {
            "start": 1262696382,
            "stop": 1262696384
        },
        {
            "start": 1262696385,
            "stop": 1262696423
        },
        {
            "start": 1262696426,
            "stop": 1262696537
        },
        {
            "start": 1262696540,
            "stop": 1262696587
        },
        {
            "start": 1262696590,
            "stop": 1262696595
        },
        {
            "start": 1262696598,
            "stop": 1262696777
        },
        {
            "start": 1262696780,
            "stop": 1262697184
        },
        {
            "start": 1262697187,
            "stop": 1262697280
        },
        {
            "start": 1262697287,
            "stop": 1262697495
        },
        {
            "start": 1262697498,
            "stop": 1262697693
        },
        {
            "start": 1262697696,
            "stop": 1262697751
        },
        {
            "start": 1262697754,
            "stop": 1262697796
        },
        {
            "start": 1262697799,
            "stop": 1262698016
        },
        {
            "start": 1262698019,
            "stop": 1262698105
        }
    ]
}