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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1085",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1083",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1084,
    "results": [
        {
            "start": 1136394607,
            "stop": 1136394608
        },
        {
            "start": 1136394611,
            "stop": 1136394619
        },
        {
            "start": 1136394623,
            "stop": 1136394627
        },
        {
            "start": 1136394637,
            "stop": 1136394642
        },
        {
            "start": 1136394645,
            "stop": 1136394646
        },
        {
            "start": 1136394657,
            "stop": 1136394658
        },
        {
            "start": 1136394681,
            "stop": 1136394682
        },
        {
            "start": 1136394771,
            "stop": 1136394772
        },
        {
            "start": 1136394780,
            "stop": 1136394781
        },
        {
            "start": 1136394872,
            "stop": 1136394874
        },
        {
            "start": 1136394887,
            "stop": 1136394888
        },
        {
            "start": 1136394895,
            "stop": 1136394896
        },
        {
            "start": 1136394919,
            "stop": 1136394920
        },
        {
            "start": 1136394927,
            "stop": 1136394929
        },
        {
            "start": 1136395100,
            "stop": 1136395103
        },
        {
            "start": 1136395106,
            "stop": 1136395108
        },
        {
            "start": 1136395137,
            "stop": 1136395138
        },
        {
            "start": 1136395142,
            "stop": 1136395143
        },
        {
            "start": 1136395280,
            "stop": 1136395283
        },
        {
            "start": 1136395304,
            "stop": 1136395305
        }
    ]
}