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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5089",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5090,
    "results": [
        {
            "start": 874661539,
            "stop": 874661552
        },
        {
            "start": 874661572,
            "stop": 874661574
        },
        {
            "start": 874661593,
            "stop": 874661943
        },
        {
            "start": 874661962,
            "stop": 874662137
        },
        {
            "start": 874662161,
            "stop": 874662187
        },
        {
            "start": 874662206,
            "stop": 874662409
        },
        {
            "start": 874662428,
            "stop": 874662540
        },
        {
            "start": 874662559,
            "stop": 874662572
        },
        {
            "start": 874662591,
            "stop": 874662663
        },
        {
            "start": 874662682,
            "stop": 874662719
        },
        {
            "start": 874662748,
            "stop": 874662815
        },
        {
            "start": 874662834,
            "stop": 874662883
        },
        {
            "start": 874662907,
            "stop": 874662991
        },
        {
            "start": 874663010,
            "stop": 874663026
        },
        {
            "start": 874663045,
            "stop": 874663088
        },
        {
            "start": 874663107,
            "stop": 874663112
        },
        {
            "start": 874663131,
            "stop": 874663207
        },
        {
            "start": 874663226,
            "stop": 874663241
        },
        {
            "start": 874663260,
            "stop": 874663362
        },
        {
            "start": 874663399,
            "stop": 874663402
        }
    ]
}