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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=4",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 5,
    "results": [
        {
            "start": 931576945,
            "stop": 931577453
        },
        {
            "start": 931582611,
            "stop": 931586908
        },
        {
            "start": 931587429,
            "stop": 931592138
        },
        {
            "start": 931600810,
            "stop": 931615459
        },
        {
            "start": 931617383,
            "stop": 931619011
        },
        {
            "start": 931658625,
            "stop": 931659071
        },
        {
            "start": 931660306,
            "stop": 931663190
        },
        {
            "start": 931664128,
            "stop": 931666226
        },
        {
            "start": 931667306,
            "stop": 931673022
        },
        {
            "start": 931673608,
            "stop": 931674636
        },
        {
            "start": 931685699,
            "stop": 931686045
        },
        {
            "start": 931704410,
            "stop": 931706507
        },
        {
            "start": 931712153,
            "stop": 931712880
        },
        {
            "start": 931722628,
            "stop": 931725474
        },
        {
            "start": 931729355,
            "stop": 931732074
        },
        {
            "start": 931735500,
            "stop": 931748232
        },
        {
            "start": 931755809,
            "stop": 931757397
        },
        {
            "start": 931757428,
            "stop": 931761484
        },
        {
            "start": 931765138,
            "stop": 931775068
        },
        {
            "start": 931775338,
            "stop": 931776362
        }
    ]
}