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=5961
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=5962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5960",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5961,
    "results": [
        {
            "start": 873230001,
            "stop": 873230041
        },
        {
            "start": 873230042,
            "stop": 873230128
        },
        {
            "start": 873230129,
            "stop": 873230131
        },
        {
            "start": 873230132,
            "stop": 873230594
        },
        {
            "start": 873230595,
            "stop": 873230761
        },
        {
            "start": 873231846,
            "stop": 873231853
        },
        {
            "start": 873231855,
            "stop": 873232076
        },
        {
            "start": 873232077,
            "stop": 873232101
        },
        {
            "start": 873232102,
            "stop": 873232113
        },
        {
            "start": 873232114,
            "stop": 873232166
        },
        {
            "start": 873232167,
            "stop": 873233844
        },
        {
            "start": 873233847,
            "stop": 873233869
        },
        {
            "start": 873233872,
            "stop": 873233943
        },
        {
            "start": 873233944,
            "stop": 873234335
        },
        {
            "start": 873234339,
            "stop": 873234399
        },
        {
            "start": 873234401,
            "stop": 873234731
        },
        {
            "start": 873234734,
            "stop": 873234736
        },
        {
            "start": 873234739,
            "stop": 873234830
        },
        {
            "start": 873234835,
            "stop": 873234850
        },
        {
            "start": 873234852,
            "stop": 873234873
        }
    ]
}