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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1085",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1083",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1084,
    "results": [
        {
            "start": 1253300474,
            "stop": 1253300946
        },
        {
            "start": 1253300950,
            "stop": 1253301451
        },
        {
            "start": 1253301455,
            "stop": 1253303517
        },
        {
            "start": 1253303521,
            "stop": 1253308372
        },
        {
            "start": 1253308376,
            "stop": 1253312435
        },
        {
            "start": 1253312439,
            "stop": 1253312824
        },
        {
            "start": 1253312828,
            "stop": 1253313435
        },
        {
            "start": 1253313439,
            "stop": 1253317159
        },
        {
            "start": 1253317164,
            "stop": 1253319057
        },
        {
            "start": 1253319061,
            "stop": 1253319692
        },
        {
            "start": 1253319695,
            "stop": 1253319885
        },
        {
            "start": 1253319892,
            "stop": 1253320836
        },
        {
            "start": 1253320839,
            "stop": 1253323647
        },
        {
            "start": 1253323651,
            "stop": 1253327710
        },
        {
            "start": 1253327714,
            "stop": 1253329116
        },
        {
            "start": 1253329118,
            "stop": 1253330963
        },
        {
            "start": 1253330968,
            "stop": 1253331004
        },
        {
            "start": 1253331010,
            "stop": 1253331012
        },
        {
            "start": 1253331017,
            "stop": 1253331030
        },
        {
            "start": 1253331035,
            "stop": 1253331037
        }
    ]
}