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=5129
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=5130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5128",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5129,
    "results": [
        {
            "start": 874730257,
            "stop": 874730309
        },
        {
            "start": 874730328,
            "stop": 874730461
        },
        {
            "start": 874730481,
            "stop": 874730536
        },
        {
            "start": 874730555,
            "stop": 874730593
        },
        {
            "start": 874730612,
            "stop": 874730620
        },
        {
            "start": 874730639,
            "stop": 874730799
        },
        {
            "start": 874730819,
            "stop": 874730834
        },
        {
            "start": 874730854,
            "stop": 874730859
        },
        {
            "start": 874730878,
            "stop": 874730890
        },
        {
            "start": 874730909,
            "stop": 874730924
        },
        {
            "start": 874730944,
            "stop": 874730983
        },
        {
            "start": 874731003,
            "stop": 874731195
        },
        {
            "start": 874731214,
            "stop": 874731320
        },
        {
            "start": 874731344,
            "stop": 874731394
        },
        {
            "start": 874731413,
            "stop": 874731427
        },
        {
            "start": 874731446,
            "stop": 874731529
        },
        {
            "start": 874731551,
            "stop": 874731665
        },
        {
            "start": 874731691,
            "stop": 874731723
        },
        {
            "start": 874731747,
            "stop": 874731783
        },
        {
            "start": 874731802,
            "stop": 874731842
        }
    ]
}