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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5201",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5199",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5200,
    "results": [
        {
            "start": 1136280322,
            "stop": 1136280333
        },
        {
            "start": 1136280335,
            "stop": 1136280368
        },
        {
            "start": 1136280370,
            "stop": 1136280398
        },
        {
            "start": 1136280400,
            "stop": 1136280411
        },
        {
            "start": 1136280412,
            "stop": 1136280419
        },
        {
            "start": 1136280421,
            "stop": 1136280445
        },
        {
            "start": 1136280447,
            "stop": 1136280462
        },
        {
            "start": 1136280464,
            "stop": 1136280465
        },
        {
            "start": 1136280467,
            "stop": 1136280471
        },
        {
            "start": 1136280473,
            "stop": 1136280474
        },
        {
            "start": 1136280476,
            "stop": 1136280485
        },
        {
            "start": 1136280487,
            "stop": 1136280563
        },
        {
            "start": 1136280565,
            "stop": 1136280568
        },
        {
            "start": 1136280570,
            "stop": 1136280572
        },
        {
            "start": 1136280574,
            "stop": 1136280586
        },
        {
            "start": 1136280588,
            "stop": 1136280631
        },
        {
            "start": 1136280633,
            "stop": 1136280637
        },
        {
            "start": 1136280641,
            "stop": 1136280643
        },
        {
            "start": 1136280645,
            "stop": 1136280648
        },
        {
            "start": 1136280650,
            "stop": 1136280651
        }
    ]
}