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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8838",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8839,
    "results": [
        {
            "start": 874497682,
            "stop": 874497997
        },
        {
            "start": 874498014,
            "stop": 874498077
        },
        {
            "start": 874498094,
            "stop": 874498166
        },
        {
            "start": 874498183,
            "stop": 874498333
        },
        {
            "start": 874498350,
            "stop": 874498858
        },
        {
            "start": 874498875,
            "stop": 874499165
        },
        {
            "start": 874499182,
            "stop": 874499381
        },
        {
            "start": 874499398,
            "stop": 874499532
        },
        {
            "start": 874499549,
            "stop": 874499719
        },
        {
            "start": 874499736,
            "stop": 874499787
        },
        {
            "start": 874499804,
            "stop": 874499953
        },
        {
            "start": 874499970,
            "stop": 874501060
        },
        {
            "start": 874501077,
            "stop": 874501217
        },
        {
            "start": 874502788,
            "stop": 874503248
        },
        {
            "start": 874503265,
            "stop": 874503321
        },
        {
            "start": 874503337,
            "stop": 874503345
        },
        {
            "start": 874503362,
            "stop": 874504800
        },
        {
            "start": 874504860,
            "stop": 874504911
        },
        {
            "start": 874505205,
            "stop": 874505384
        },
        {
            "start": 874505925,
            "stop": 874505934
        }
    ]
}