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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=88",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 89,
    "results": [
        {
            "start": 946146741,
            "stop": 946146823
        },
        {
            "start": 946149910,
            "stop": 946150364
        },
        {
            "start": 946152909,
            "stop": 946154285
        },
        {
            "start": 946155437,
            "stop": 946156317
        },
        {
            "start": 946157853,
            "stop": 946163848
        },
        {
            "start": 946164714,
            "stop": 946166379
        },
        {
            "start": 946173418,
            "stop": 946187349
        },
        {
            "start": 946191359,
            "stop": 946201502
        },
        {
            "start": 946204618,
            "stop": 946214056
        },
        {
            "start": 946218848,
            "stop": 946227287
        },
        {
            "start": 946229631,
            "stop": 946229977
        },
        {
            "start": 946231020,
            "stop": 946231075
        },
        {
            "start": 946232581,
            "stop": 946234076
        },
        {
            "start": 946236534,
            "stop": 946240033
        },
        {
            "start": 946262239,
            "stop": 946273954
        },
        {
            "start": 946278277,
            "stop": 946285922
        },
        {
            "start": 946291963,
            "stop": 946298101
        },
        {
            "start": 946310697,
            "stop": 946329818
        },
        {
            "start": 946334438,
            "stop": 946339035
        },
        {
            "start": 946340946,
            "stop": 946351694
        }
    ]
}