Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=702
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=703",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=701",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 702,
    "results": [
        {
            "start": 1266430902,
            "stop": 1266432772
        },
        {
            "start": 1266432775,
            "stop": 1266436886
        },
        {
            "start": 1266446637,
            "stop": 1266448548
        },
        {
            "start": 1266448556,
            "stop": 1266449212
        },
        {
            "start": 1266449215,
            "stop": 1266465189
        },
        {
            "start": 1266465198,
            "stop": 1266465203
        },
        {
            "start": 1266465220,
            "stop": 1266465222
        },
        {
            "start": 1266465228,
            "stop": 1266465231
        },
        {
            "start": 1266465238,
            "stop": 1266465275
        },
        {
            "start": 1266465277,
            "stop": 1266465515
        },
        {
            "start": 1266465518,
            "stop": 1266465551
        },
        {
            "start": 1266465552,
            "stop": 1266465553
        },
        {
            "start": 1266465562,
            "stop": 1266465594
        },
        {
            "start": 1266465597,
            "stop": 1266465602
        },
        {
            "start": 1266465614,
            "stop": 1266465626
        },
        {
            "start": 1266465630,
            "stop": 1266465636
        },
        {
            "start": 1266465642,
            "stop": 1266465646
        },
        {
            "start": 1266465648,
            "stop": 1266465658
        },
        {
            "start": 1266465667,
            "stop": 1266465668
        },
        {
            "start": 1266465669,
            "stop": 1266465675
        }
    ]
}