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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=772",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=770",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 771,
    "results": [
        {
            "start": 1249286940,
            "stop": 1249287032
        },
        {
            "start": 1249287037,
            "stop": 1249290528
        },
        {
            "start": 1249290548,
            "stop": 1249293277
        },
        {
            "start": 1249293281,
            "stop": 1249295477
        },
        {
            "start": 1249295480,
            "stop": 1249295529
        },
        {
            "start": 1249297895,
            "stop": 1249299820
        },
        {
            "start": 1249299824,
            "stop": 1249300165
        },
        {
            "start": 1249300173,
            "stop": 1249300289
        },
        {
            "start": 1249300293,
            "stop": 1249301763
        },
        {
            "start": 1249301765,
            "stop": 1249301771
        },
        {
            "start": 1249301775,
            "stop": 1249301855
        },
        {
            "start": 1249301860,
            "stop": 1249301874
        },
        {
            "start": 1249305309,
            "stop": 1249306192
        },
        {
            "start": 1249306200,
            "stop": 1249307287
        },
        {
            "start": 1249307295,
            "stop": 1249309417
        },
        {
            "start": 1249309422,
            "stop": 1249310906
        },
        {
            "start": 1249310910,
            "stop": 1249311467
        },
        {
            "start": 1249311470,
            "stop": 1249311651
        },
        {
            "start": 1249311654,
            "stop": 1249314163
        },
        {
            "start": 1249314165,
            "stop": 1249314502
        }
    ]
}