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=454
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=455",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=453",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 454,
    "results": [
        {
            "start": 949915306,
            "stop": 949923127
        },
        {
            "start": 949923129,
            "stop": 949923134
        },
        {
            "start": 949923135,
            "stop": 949923263
        },
        {
            "start": 949923265,
            "stop": 949925955
        },
        {
            "start": 949925957,
            "stop": 949926539
        },
        {
            "start": 949926540,
            "stop": 949931441
        },
        {
            "start": 949931443,
            "stop": 949931445
        },
        {
            "start": 949931447,
            "stop": 949936664
        },
        {
            "start": 949936666,
            "stop": 949937230
        },
        {
            "start": 949939190,
            "stop": 949942726
        },
        {
            "start": 949962209,
            "stop": 949971364
        },
        {
            "start": 949972017,
            "stop": 949972617
        },
        {
            "start": 949973460,
            "stop": 949980091
        },
        {
            "start": 949980092,
            "stop": 949980867
        },
        {
            "start": 949982483,
            "stop": 949990007
        },
        {
            "start": 949990009,
            "stop": 949992533
        },
        {
            "start": 949992534,
            "stop": 949992900
        },
        {
            "start": 949992901,
            "stop": 949995270
        },
        {
            "start": 949995272,
            "stop": 949995304
        },
        {
            "start": 949995306,
            "stop": 950002606
        }
    ]
}