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=5155
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=5156",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5154",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5155,
    "results": [
        {
            "start": 1136211276,
            "stop": 1136211335
        },
        {
            "start": 1136211337,
            "stop": 1136211377
        },
        {
            "start": 1136211379,
            "stop": 1136211586
        },
        {
            "start": 1136211588,
            "stop": 1136211616
        },
        {
            "start": 1136211618,
            "stop": 1136211621
        },
        {
            "start": 1136211623,
            "stop": 1136211649
        },
        {
            "start": 1136211651,
            "stop": 1136211701
        },
        {
            "start": 1136211703,
            "stop": 1136211750
        },
        {
            "start": 1136211752,
            "stop": 1136211839
        },
        {
            "start": 1136211841,
            "stop": 1136211855
        },
        {
            "start": 1136211857,
            "stop": 1136211862
        },
        {
            "start": 1136211864,
            "stop": 1136211901
        },
        {
            "start": 1136211903,
            "stop": 1136211916
        },
        {
            "start": 1136211918,
            "stop": 1136211931
        },
        {
            "start": 1136211933,
            "stop": 1136211960
        },
        {
            "start": 1136211962,
            "stop": 1136211965
        },
        {
            "start": 1136211967,
            "stop": 1136212061
        },
        {
            "start": 1136212063,
            "stop": 1136212084
        },
        {
            "start": 1136212086,
            "stop": 1136212090
        },
        {
            "start": 1136212092,
            "stop": 1136212096
        }
    ]
}