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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=53",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 54,
    "results": [
        {
            "start": 931186066,
            "stop": 931186095
        },
        {
            "start": 931186096,
            "stop": 931186141
        },
        {
            "start": 931186142,
            "stop": 931186157
        },
        {
            "start": 931186158,
            "stop": 931186183
        },
        {
            "start": 931186184,
            "stop": 931186320
        },
        {
            "start": 931186322,
            "stop": 931186332
        },
        {
            "start": 931186334,
            "stop": 931186339
        },
        {
            "start": 931186342,
            "stop": 931186446
        },
        {
            "start": 931186447,
            "stop": 931186664
        },
        {
            "start": 931186666,
            "stop": 931186671
        },
        {
            "start": 931186673,
            "stop": 931186759
        },
        {
            "start": 931186760,
            "stop": 931186793
        },
        {
            "start": 931186795,
            "stop": 931186802
        },
        {
            "start": 931186804,
            "stop": 931186805
        },
        {
            "start": 931186806,
            "stop": 931186810
        },
        {
            "start": 931186814,
            "stop": 931186815
        },
        {
            "start": 931187176,
            "stop": 931187183
        },
        {
            "start": 931187186,
            "stop": 931187193
        },
        {
            "start": 931187195,
            "stop": 931187196
        },
        {
            "start": 931187197,
            "stop": 931187198
        }
    ]
}