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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=78",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 79,
    "results": [
        {
            "start": 956866838,
            "stop": 956870682
        },
        {
            "start": 956872349,
            "stop": 956898019
        },
        {
            "start": 956902180,
            "stop": 956903857
        },
        {
            "start": 956905712,
            "stop": 956909952
        },
        {
            "start": 956919553,
            "stop": 956920288
        },
        {
            "start": 956923097,
            "stop": 956929504
        },
        {
            "start": 956977893,
            "stop": 956978672
        },
        {
            "start": 956979708,
            "stop": 956988693
        },
        {
            "start": 956991372,
            "stop": 956997094
        },
        {
            "start": 956997701,
            "stop": 957008009
        },
        {
            "start": 957011934,
            "stop": 957018513
        },
        {
            "start": 957044868,
            "stop": 957049280
        },
        {
            "start": 957053629,
            "stop": 957059234
        },
        {
            "start": 957063549,
            "stop": 957071882
        },
        {
            "start": 957074560,
            "stop": 957076986
        },
        {
            "start": 957078168,
            "stop": 957078251
        },
        {
            "start": 957080476,
            "stop": 957092693
        },
        {
            "start": 957094352,
            "stop": 957106563
        },
        {
            "start": 957110087,
            "stop": 957113302
        },
        {
            "start": 957115283,
            "stop": 957116527
        }
    ]
}