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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=14",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 15,
    "results": [
        {
            "start": 816575027,
            "stop": 816575975
        },
        {
            "start": 816575987,
            "stop": 816578879
        },
        {
            "start": 816578886,
            "stop": 816594237
        },
        {
            "start": 816594250,
            "stop": 816611487
        },
        {
            "start": 816611499,
            "stop": 816612149
        },
        {
            "start": 816612162,
            "stop": 816613233
        },
        {
            "start": 816613246,
            "stop": 816622884
        },
        {
            "start": 816622891,
            "stop": 816623380
        },
        {
            "start": 816623388,
            "stop": 816623402
        },
        {
            "start": 816623410,
            "stop": 816623412
        },
        {
            "start": 816625182,
            "stop": 816630949
        },
        {
            "start": 816633049,
            "stop": 816634688
        },
        {
            "start": 816634701,
            "stop": 816638330
        },
        {
            "start": 816638786,
            "stop": 816645295
        },
        {
            "start": 816645308,
            "stop": 816648617
        },
        {
            "start": 816648630,
            "stop": 816651273
        },
        {
            "start": 816651286,
            "stop": 816667969
        },
        {
            "start": 816667970,
            "stop": 816677791
        },
        {
            "start": 816677803,
            "stop": 816706313
        },
        {
            "start": 816706326,
            "stop": 816706977
        }
    ]
}