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=6268
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=6269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6267",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6268,
    "results": [
        {
            "start": 875012329,
            "stop": 875012335
        },
        {
            "start": 875012340,
            "stop": 875012343
        },
        {
            "start": 875012346,
            "stop": 875012355
        },
        {
            "start": 875012358,
            "stop": 875012367
        },
        {
            "start": 875012370,
            "stop": 875012380
        },
        {
            "start": 875012384,
            "stop": 875012389
        },
        {
            "start": 875012395,
            "stop": 875012404
        },
        {
            "start": 875012407,
            "stop": 875012409
        },
        {
            "start": 875012415,
            "stop": 875012426
        },
        {
            "start": 875012430,
            "stop": 875012433
        },
        {
            "start": 875012440,
            "stop": 875012442
        },
        {
            "start": 875012445,
            "stop": 875012453
        },
        {
            "start": 875012456,
            "stop": 875012458
        },
        {
            "start": 875012469,
            "stop": 875012472
        },
        {
            "start": 875012476,
            "stop": 875012480
        },
        {
            "start": 875012490,
            "stop": 875012498
        },
        {
            "start": 875012504,
            "stop": 875012524
        },
        {
            "start": 875012527,
            "stop": 875012566
        },
        {
            "start": 875012574,
            "stop": 875012589
        },
        {
            "start": 875012592,
            "stop": 875012603
        }
    ]
}