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=5040
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=5041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5039",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5040,
    "results": [
        {
            "start": 874578029,
            "stop": 874578089
        },
        {
            "start": 874578108,
            "stop": 874578121
        },
        {
            "start": 874578141,
            "stop": 874578164
        },
        {
            "start": 874578184,
            "stop": 874578212
        },
        {
            "start": 874578233,
            "stop": 874578356
        },
        {
            "start": 874578375,
            "stop": 874578391
        },
        {
            "start": 874578410,
            "stop": 874578487
        },
        {
            "start": 874578506,
            "stop": 874578561
        },
        {
            "start": 874578587,
            "stop": 874578588
        },
        {
            "start": 874578619,
            "stop": 874578655
        },
        {
            "start": 874578674,
            "stop": 874578688
        },
        {
            "start": 874578707,
            "stop": 874578714
        },
        {
            "start": 874578733,
            "stop": 874578774
        },
        {
            "start": 874578793,
            "stop": 874578802
        },
        {
            "start": 874578821,
            "stop": 874578884
        },
        {
            "start": 874579065,
            "stop": 874579093
        },
        {
            "start": 874579112,
            "stop": 874579120
        },
        {
            "start": 874579139,
            "stop": 874579173
        },
        {
            "start": 874579193,
            "stop": 874579224
        },
        {
            "start": 874579243,
            "stop": 874579374
        }
    ]
}