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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=59",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 60,
    "results": [
        {
            "start": 1269177124,
            "stop": 1269179596
        },
        {
            "start": 1269190796,
            "stop": 1269191719
        },
        {
            "start": 1269210233,
            "stop": 1269241202
        },
        {
            "start": 1269245912,
            "stop": 1269250513
        },
        {
            "start": 1269259610,
            "stop": 1269273506
        },
        {
            "start": 1269273559,
            "stop": 1269276394
        },
        {
            "start": 1269276438,
            "stop": 1269288366
        },
        {
            "start": 1269303156,
            "stop": 1269313569
        },
        {
            "start": 1269313577,
            "stop": 1269326255
        },
        {
            "start": 1269326324,
            "stop": 1269347265
        },
        {
            "start": 1269347273,
            "stop": 1269347281
        },
        {
            "start": 1269347289,
            "stop": 1269363618
        }
    ]
}