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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=249",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 250,
    "results": [
        {
            "start": 1240016410,
            "stop": 1240016528
        },
        {
            "start": 1240016530,
            "stop": 1240016648
        },
        {
            "start": 1240016650,
            "stop": 1240016768
        },
        {
            "start": 1240016770,
            "stop": 1240016886
        },
        {
            "start": 1240016887,
            "stop": 1240017008
        },
        {
            "start": 1240017010,
            "stop": 1240017062
        },
        {
            "start": 1240017067,
            "stop": 1240017128
        },
        {
            "start": 1240017130,
            "stop": 1240017248
        },
        {
            "start": 1240017250,
            "stop": 1240017368
        },
        {
            "start": 1240017370,
            "stop": 1240017488
        },
        {
            "start": 1240017490,
            "stop": 1240017608
        },
        {
            "start": 1240017610,
            "stop": 1240017706
        },
        {
            "start": 1240017709,
            "stop": 1240017728
        },
        {
            "start": 1240017730,
            "stop": 1240017848
        },
        {
            "start": 1240017850,
            "stop": 1240017968
        },
        {
            "start": 1240017970,
            "stop": 1240018088
        },
        {
            "start": 1240018090,
            "stop": 1240018208
        },
        {
            "start": 1240018210,
            "stop": 1240018328
        },
        {
            "start": 1240018330,
            "stop": 1240018448
        },
        {
            "start": 1240018450,
            "stop": 1240018568
        }
    ]
}