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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=164",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 165,
    "results": [
        {
            "start": 1261060177,
            "stop": 1261060203
        },
        {
            "start": 1261060207,
            "stop": 1261060348
        },
        {
            "start": 1261060353,
            "stop": 1261060356
        },
        {
            "start": 1261060361,
            "stop": 1261060381
        },
        {
            "start": 1261060385,
            "stop": 1261060898
        },
        {
            "start": 1261060903,
            "stop": 1261061562
        },
        {
            "start": 1261061567,
            "stop": 1261062350
        },
        {
            "start": 1261062355,
            "stop": 1261062863
        },
        {
            "start": 1261062867,
            "stop": 1261063973
        },
        {
            "start": 1261063978,
            "stop": 1261065717
        },
        {
            "start": 1261065723,
            "stop": 1261070089
        },
        {
            "start": 1261070097,
            "stop": 1261072778
        },
        {
            "start": 1261072780,
            "stop": 1261073201
        },
        {
            "start": 1261073202,
            "stop": 1261074587
        },
        {
            "start": 1261074588,
            "stop": 1261079675
        },
        {
            "start": 1261079676,
            "stop": 1261080139
        },
        {
            "start": 1261080140,
            "stop": 1261081285
        },
        {
            "start": 1261081287,
            "stop": 1261084298
        },
        {
            "start": 1261084300,
            "stop": 1261087984
        },
        {
            "start": 1261088031,
            "stop": 1261089908
        }
    ]
}