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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=25",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 26,
    "results": [
        {
            "start": 939264557,
            "stop": 939281617
        },
        {
            "start": 939283490,
            "stop": 939287000
        },
        {
            "start": 939287400,
            "stop": 939312256
        },
        {
            "start": 939323481,
            "stop": 939334707
        },
        {
            "start": 939343507,
            "stop": 939353750
        },
        {
            "start": 939358229,
            "stop": 939376239
        },
        {
            "start": 939378243,
            "stop": 939384753
        },
        {
            "start": 939387672,
            "stop": 939389369
        },
        {
            "start": 939393520,
            "stop": 939395367
        },
        {
            "start": 939397000,
            "stop": 939399338
        },
        {
            "start": 939406812,
            "stop": 939407094
        },
        {
            "start": 939412536,
            "stop": 939415104
        },
        {
            "start": 939421539,
            "stop": 939424883
        },
        {
            "start": 939426231,
            "stop": 939430239
        },
        {
            "start": 939431382,
            "stop": 939447833
        },
        {
            "start": 939460728,
            "stop": 939464765
        },
        {
            "start": 939467618,
            "stop": 939469434
        },
        {
            "start": 939472264,
            "stop": 939475189
        },
        {
            "start": 939477180,
            "stop": 939481452
        },
        {
            "start": 939518254,
            "stop": 939521179
        }
    ]
}