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=6091
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=6092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6090",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6091,
    "results": [
        {
            "start": 873975271,
            "stop": 873976514
        },
        {
            "start": 873976515,
            "stop": 873977070
        },
        {
            "start": 873977071,
            "stop": 873977089
        },
        {
            "start": 873977092,
            "stop": 873977416
        },
        {
            "start": 873977419,
            "stop": 873977501
        },
        {
            "start": 873977502,
            "stop": 873977634
        },
        {
            "start": 873977637,
            "stop": 873977638
        },
        {
            "start": 873977644,
            "stop": 873978345
        },
        {
            "start": 873978348,
            "stop": 873978356
        },
        {
            "start": 873978359,
            "stop": 873978936
        },
        {
            "start": 873978937,
            "stop": 873979643
        },
        {
            "start": 873979646,
            "stop": 873979648
        },
        {
            "start": 873979651,
            "stop": 873979693
        },
        {
            "start": 873979694,
            "stop": 873980006
        },
        {
            "start": 873980010,
            "stop": 873980016
        },
        {
            "start": 873980019,
            "stop": 873980821
        },
        {
            "start": 873980822,
            "stop": 873981593
        },
        {
            "start": 873981596,
            "stop": 873982302
        },
        {
            "start": 873982303,
            "stop": 873982316
        },
        {
            "start": 873982318,
            "stop": 873982510
        }
    ]
}