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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=123",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 124,
    "results": [
        {
            "start": 931454854,
            "stop": 931454858
        },
        {
            "start": 931454860,
            "stop": 931454876
        },
        {
            "start": 931454878,
            "stop": 931454898
        },
        {
            "start": 931454899,
            "stop": 931454901
        },
        {
            "start": 931454907,
            "stop": 931454910
        },
        {
            "start": 931454912,
            "stop": 931454913
        },
        {
            "start": 931454915,
            "stop": 931454925
        },
        {
            "start": 931454929,
            "stop": 931454932
        },
        {
            "start": 931454933,
            "stop": 931454959
        },
        {
            "start": 931454961,
            "stop": 931454971
        },
        {
            "start": 931454973,
            "stop": 931454976
        },
        {
            "start": 931454977,
            "stop": 931455031
        },
        {
            "start": 931455049,
            "stop": 931455050
        },
        {
            "start": 931455052,
            "stop": 931455054
        },
        {
            "start": 931455055,
            "stop": 931455060
        },
        {
            "start": 931455062,
            "stop": 931455076
        },
        {
            "start": 931455083,
            "stop": 931455084
        },
        {
            "start": 931455089,
            "stop": 931455093
        },
        {
            "start": 931455095,
            "stop": 931455096
        },
        {
            "start": 931455097,
            "stop": 931455101
        }
    ]
}