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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=90",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 91,
    "results": [
        {
            "start": 1238455924,
            "stop": 1238456208
        },
        {
            "start": 1238456210,
            "stop": 1238456673
        },
        {
            "start": 1238456674,
            "stop": 1238456918
        },
        {
            "start": 1238456922,
            "stop": 1238457505
        },
        {
            "start": 1238457507,
            "stop": 1238457570
        },
        {
            "start": 1238457574,
            "stop": 1238457708
        },
        {
            "start": 1238457710,
            "stop": 1238457866
        },
        {
            "start": 1238457868,
            "stop": 1238459531
        },
        {
            "start": 1238459533,
            "stop": 1238459858
        },
        {
            "start": 1238459859,
            "stop": 1238460737
        },
        {
            "start": 1238460742,
            "stop": 1238460930
        },
        {
            "start": 1238460932,
            "stop": 1238461264
        },
        {
            "start": 1238461267,
            "stop": 1238461589
        },
        {
            "start": 1238461593,
            "stop": 1238462108
        },
        {
            "start": 1238462112,
            "stop": 1238462243
        },
        {
            "start": 1238462247,
            "stop": 1238462306
        },
        {
            "start": 1238462307,
            "stop": 1238462662
        },
        {
            "start": 1238462663,
            "stop": 1238463442
        },
        {
            "start": 1238463444,
            "stop": 1238464074
        },
        {
            "start": 1238464078,
            "stop": 1238466457
        }
    ]
}