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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6054",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6055,
    "results": [
        {
            "start": 873776676,
            "stop": 873776694
        },
        {
            "start": 873776697,
            "stop": 873776698
        },
        {
            "start": 873776701,
            "stop": 873777196
        },
        {
            "start": 873777199,
            "stop": 873778146
        },
        {
            "start": 873778149,
            "stop": 873778309
        },
        {
            "start": 873778312,
            "stop": 873779417
        },
        {
            "start": 873779420,
            "stop": 873779845
        },
        {
            "start": 873779847,
            "stop": 873781232
        },
        {
            "start": 873781235,
            "stop": 873782001
        },
        {
            "start": 873782004,
            "stop": 873782197
        },
        {
            "start": 873782198,
            "stop": 873783085
        },
        {
            "start": 873783089,
            "stop": 873783111
        },
        {
            "start": 873783117,
            "stop": 873783134
        },
        {
            "start": 873783137,
            "stop": 873783519
        },
        {
            "start": 873783527,
            "stop": 873783529
        },
        {
            "start": 873783532,
            "stop": 873783934
        },
        {
            "start": 873783937,
            "stop": 873785106
        },
        {
            "start": 873785108,
            "stop": 873785143
        },
        {
            "start": 873785146,
            "stop": 873785150
        },
        {
            "start": 873785153,
            "stop": 873785165
        }
    ]
}