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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=22",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 23,
    "results": [
        {
            "start": 931151433,
            "stop": 931151467
        },
        {
            "start": 931151468,
            "stop": 931151487
        },
        {
            "start": 931151489,
            "stop": 931151490
        },
        {
            "start": 931151493,
            "stop": 931151524
        },
        {
            "start": 931151526,
            "stop": 931151527
        },
        {
            "start": 931151529,
            "stop": 931151538
        },
        {
            "start": 931151540,
            "stop": 931151587
        },
        {
            "start": 931151604,
            "stop": 931151606
        },
        {
            "start": 931151607,
            "stop": 931151612
        },
        {
            "start": 931151613,
            "stop": 931151619
        },
        {
            "start": 931151624,
            "stop": 931151637
        },
        {
            "start": 931151642,
            "stop": 931151655
        },
        {
            "start": 931151657,
            "stop": 931151661
        },
        {
            "start": 931151662,
            "stop": 931151691
        },
        {
            "start": 931151693,
            "stop": 931151698
        },
        {
            "start": 931151699,
            "stop": 931151703
        },
        {
            "start": 931151731,
            "stop": 931151743
        },
        {
            "start": 931151744,
            "stop": 931151745
        },
        {
            "start": 931151763,
            "stop": 931151769
        },
        {
            "start": 931151770,
            "stop": 931151771
        }
    ]
}