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=5049
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=5050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5048",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5049,
    "results": [
        {
            "start": 874594737,
            "stop": 874594749
        },
        {
            "start": 874594784,
            "stop": 874594836
        },
        {
            "start": 874594855,
            "stop": 874594921
        },
        {
            "start": 874594940,
            "stop": 874594956
        },
        {
            "start": 874594991,
            "stop": 874595006
        },
        {
            "start": 874595027,
            "stop": 874595038
        },
        {
            "start": 874595058,
            "stop": 874595061
        },
        {
            "start": 874595091,
            "stop": 874595124
        },
        {
            "start": 874595144,
            "stop": 874595167
        },
        {
            "start": 874595186,
            "stop": 874595188
        },
        {
            "start": 874595208,
            "stop": 874595213
        },
        {
            "start": 874595254,
            "stop": 874595275
        },
        {
            "start": 874595294,
            "stop": 874595372
        },
        {
            "start": 874595391,
            "stop": 874595428
        },
        {
            "start": 874595461,
            "stop": 874595473
        },
        {
            "start": 874595492,
            "stop": 874595494
        },
        {
            "start": 874595519,
            "stop": 874595523
        },
        {
            "start": 874595542,
            "stop": 874595589
        },
        {
            "start": 874595608,
            "stop": 874595751
        },
        {
            "start": 874595770,
            "stop": 874595813
        }
    ]
}