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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=76",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 77,
    "results": [
        {
            "start": 816625182,
            "stop": 816630017
        },
        {
            "start": 816630491,
            "stop": 816630555
        },
        {
            "start": 816633049,
            "stop": 816633554
        },
        {
            "start": 816633994,
            "stop": 816634688
        },
        {
            "start": 816634691,
            "stop": 816635060
        },
        {
            "start": 816635463,
            "stop": 816637589
        },
        {
            "start": 816639203,
            "stop": 816641508
        },
        {
            "start": 816642352,
            "stop": 816645295
        },
        {
            "start": 816645298,
            "stop": 816648617
        },
        {
            "start": 816648620,
            "stop": 816651273
        },
        {
            "start": 816651276,
            "stop": 816657678
        },
        {
            "start": 816658211,
            "stop": 816658786
        },
        {
            "start": 816659373,
            "stop": 816667969
        },
        {
            "start": 816667970,
            "stop": 816674851
        },
        {
            "start": 816675556,
            "stop": 816677791
        },
        {
            "start": 816677793,
            "stop": 816688303
        },
        {
            "start": 816688544,
            "stop": 816698014
        },
        {
            "start": 816698018,
            "stop": 816706313
        },
        {
            "start": 816706316,
            "stop": 816706977
        },
        {
            "start": 816706980,
            "stop": 816707640
        }
    ]
}