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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=130",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 131,
    "results": [
        {
            "start": 1239132927,
            "stop": 1239133951
        },
        {
            "start": 1239133955,
            "stop": 1239134168
        },
        {
            "start": 1239134173,
            "stop": 1239134228
        },
        {
            "start": 1239134231,
            "stop": 1239134819
        },
        {
            "start": 1239134846,
            "stop": 1239135315
        },
        {
            "start": 1239135319,
            "stop": 1239135448
        },
        {
            "start": 1239135453,
            "stop": 1239138311
        },
        {
            "start": 1239138315,
            "stop": 1239138644
        },
        {
            "start": 1239138647,
            "stop": 1239139178
        },
        {
            "start": 1239139182,
            "stop": 1239141043
        },
        {
            "start": 1239141048,
            "stop": 1239141082
        },
        {
            "start": 1239141085,
            "stop": 1239142723
        },
        {
            "start": 1239142727,
            "stop": 1239144793
        },
        {
            "start": 1239144796,
            "stop": 1239145566
        },
        {
            "start": 1239145570,
            "stop": 1239145582
        },
        {
            "start": 1239145584,
            "stop": 1239146844
        },
        {
            "start": 1239146849,
            "stop": 1239147361
        },
        {
            "start": 1239147365,
            "stop": 1239147400
        },
        {
            "start": 1239147408,
            "stop": 1239147611
        },
        {
            "start": 1239147614,
            "stop": 1239147830
        }
    ]
}