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=5269
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=5270",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5268",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5269,
    "results": [
        {
            "start": 1136396581,
            "stop": 1136396640
        },
        {
            "start": 1136396642,
            "stop": 1136396674
        },
        {
            "start": 1136396678,
            "stop": 1136396690
        },
        {
            "start": 1136396692,
            "stop": 1136396804
        },
        {
            "start": 1136396806,
            "stop": 1136396840
        },
        {
            "start": 1136396842,
            "stop": 1136396867
        },
        {
            "start": 1136396869,
            "stop": 1136396880
        },
        {
            "start": 1136396882,
            "stop": 1136396885
        },
        {
            "start": 1136396887,
            "stop": 1136396888
        },
        {
            "start": 1136396890,
            "stop": 1136396891
        },
        {
            "start": 1136396893,
            "stop": 1136396902
        },
        {
            "start": 1136396904,
            "stop": 1136396927
        },
        {
            "start": 1136396929,
            "stop": 1136396944
        },
        {
            "start": 1136396946,
            "stop": 1136396959
        },
        {
            "start": 1136396961,
            "stop": 1136396964
        },
        {
            "start": 1136396966,
            "stop": 1136396968
        },
        {
            "start": 1136396970,
            "stop": 1136396985
        },
        {
            "start": 1136396987,
            "stop": 1136396994
        },
        {
            "start": 1136396996,
            "stop": 1136397008
        },
        {
            "start": 1136397010,
            "stop": 1136397052
        }
    ]
}