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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=95",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 96,
    "results": [
        {
            "start": 816962397,
            "stop": 816962528
        },
        {
            "start": 816962963,
            "stop": 816963099
        },
        {
            "start": 816963103,
            "stop": 816969101
        },
        {
            "start": 816974148,
            "stop": 816978551
        },
        {
            "start": 816986856,
            "stop": 816987733
        },
        {
            "start": 816987736,
            "stop": 816988440
        },
        {
            "start": 816989738,
            "stop": 816989957
        },
        {
            "start": 816990077,
            "stop": 816990267
        },
        {
            "start": 816990783,
            "stop": 816990970
        },
        {
            "start": 816990974,
            "stop": 816991880
        },
        {
            "start": 816991884,
            "stop": 816993859
        },
        {
            "start": 816993979,
            "stop": 816995849
        },
        {
            "start": 816995852,
            "stop": 816996220
        },
        {
            "start": 816996223,
            "stop": 816997524
        },
        {
            "start": 816997527,
            "stop": 816997843
        },
        {
            "start": 816998084,
            "stop": 816998217
        },
        {
            "start": 816998337,
            "stop": 816998657
        },
        {
            "start": 816998660,
            "stop": 816999477
        },
        {
            "start": 816999597,
            "stop": 817000408
        },
        {
            "start": 817000528,
            "stop": 817002496
        }
    ]
}