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=6090
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=6091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6089",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6090,
    "results": [
        {
            "start": 873965561,
            "stop": 873966948
        },
        {
            "start": 873966952,
            "stop": 873967323
        },
        {
            "start": 873967324,
            "stop": 873968041
        },
        {
            "start": 873968042,
            "stop": 873968097
        },
        {
            "start": 873968098,
            "stop": 873969148
        },
        {
            "start": 873969150,
            "stop": 873969237
        },
        {
            "start": 873970336,
            "stop": 873970341
        },
        {
            "start": 873970343,
            "stop": 873970589
        },
        {
            "start": 873970592,
            "stop": 873970778
        },
        {
            "start": 873970779,
            "stop": 873971191
        },
        {
            "start": 873971192,
            "stop": 873971519
        },
        {
            "start": 873971522,
            "stop": 873971695
        },
        {
            "start": 873971696,
            "stop": 873972928
        },
        {
            "start": 873972929,
            "stop": 873973492
        },
        {
            "start": 873973493,
            "stop": 873973688
        },
        {
            "start": 873973690,
            "stop": 873974957
        },
        {
            "start": 873974960,
            "stop": 873974963
        },
        {
            "start": 873974966,
            "stop": 873975090
        },
        {
            "start": 873975091,
            "stop": 873975106
        },
        {
            "start": 873975109,
            "stop": 873975270
        }
    ]
}