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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=840",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 841,
    "results": [
        {
            "start": 1269333173,
            "stop": 1269334097
        },
        {
            "start": 1269334102,
            "stop": 1269335638
        },
        {
            "start": 1269335642,
            "stop": 1269335859
        },
        {
            "start": 1269335862,
            "stop": 1269338764
        },
        {
            "start": 1269338768,
            "stop": 1269338966
        },
        {
            "start": 1269338970,
            "stop": 1269342429
        },
        {
            "start": 1269342432,
            "stop": 1269344101
        },
        {
            "start": 1269344105,
            "stop": 1269346706
        },
        {
            "start": 1269346709,
            "stop": 1269349928
        },
        {
            "start": 1269349930,
            "stop": 1269349957
        },
        {
            "start": 1269349958,
            "stop": 1269349968
        },
        {
            "start": 1269349970,
            "stop": 1269349983
        },
        {
            "start": 1269349985,
            "stop": 1269356099
        },
        {
            "start": 1269356104,
            "stop": 1269358483
        },
        {
            "start": 1269358484,
            "stop": 1269363615
        }
    ]
}