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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3793",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3794,
    "results": [
        {
            "start": 874498183,
            "stop": 874498274
        },
        {
            "start": 874498291,
            "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": 874500956
        },
        {
            "start": 874500973,
            "stop": 874501060
        },
        {
            "start": 874501077,
            "stop": 874501198
        },
        {
            "start": 874501215,
            "stop": 874501217
        },
        {
            "start": 874502348,
            "stop": 874502488
        },
        {
            "start": 874502788,
            "stop": 874503247
        },
        {
            "start": 874503265,
            "stop": 874503320
        },
        {
            "start": 874503338,
            "stop": 874503345
        },
        {
            "start": 874503362,
            "stop": 874504598
        },
        {
            "start": 874504615,
            "stop": 874504839
        },
        {
            "start": 874504856,
            "stop": 874504941
        }
    ]
}