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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=11",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 12,
    "results": [
        {
            "start": 933089709,
            "stop": 933090515
        },
        {
            "start": 933091353,
            "stop": 933093206
        },
        {
            "start": 933095086,
            "stop": 933096075
        },
        {
            "start": 933102655,
            "stop": 933102700
        },
        {
            "start": 933104983,
            "stop": 933105996
        },
        {
            "start": 933106098,
            "stop": 933109819
        },
        {
            "start": 933142374,
            "stop": 933147038
        },
        {
            "start": 933149548,
            "stop": 933150119
        },
        {
            "start": 933154332,
            "stop": 933155178
        },
        {
            "start": 933166840,
            "stop": 933167939
        },
        {
            "start": 933180305,
            "stop": 933228561
        },
        {
            "start": 933234841,
            "stop": 933236134
        },
        {
            "start": 933237803,
            "stop": 933250710
        },
        {
            "start": 933252472,
            "stop": 933264830
        },
        {
            "start": 933268926,
            "stop": 933268991
        },
        {
            "start": 933269425,
            "stop": 933276373
        },
        {
            "start": 933278719,
            "stop": 933289789
        },
        {
            "start": 933292866,
            "stop": 933308445
        },
        {
            "start": 933316739,
            "stop": 933346893
        },
        {
            "start": 933352584,
            "stop": 933352969
        }
    ]
}