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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=136",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 137,
    "results": [
        {
            "start": 931462983,
            "stop": 931462991
        },
        {
            "start": 931462994,
            "stop": 931463009
        },
        {
            "start": 931463010,
            "stop": 931463024
        },
        {
            "start": 931463034,
            "stop": 931463063
        },
        {
            "start": 931463066,
            "stop": 931463094
        },
        {
            "start": 931463096,
            "stop": 931463144
        },
        {
            "start": 931463146,
            "stop": 931463153
        },
        {
            "start": 931463155,
            "stop": 931463174
        },
        {
            "start": 931463176,
            "stop": 931463187
        },
        {
            "start": 931463188,
            "stop": 931463297
        },
        {
            "start": 931463299,
            "stop": 931463316
        },
        {
            "start": 931463317,
            "stop": 931463325
        },
        {
            "start": 931463327,
            "stop": 931463336
        },
        {
            "start": 931463340,
            "stop": 931463350
        },
        {
            "start": 931463352,
            "stop": 931463504
        },
        {
            "start": 931463505,
            "stop": 931463506
        },
        {
            "start": 931463508,
            "stop": 931463536
        },
        {
            "start": 931463538,
            "stop": 931463579
        },
        {
            "start": 931463581,
            "stop": 931463743
        },
        {
            "start": 931463745,
            "stop": 931463892
        }
    ]
}