Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=222",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 223,
    "results": [
        {
            "start": 958380834,
            "stop": 958380841
        },
        {
            "start": 958380846,
            "stop": 958380850
        },
        {
            "start": 958380856,
            "stop": 958380866
        },
        {
            "start": 958380870,
            "stop": 958380874
        },
        {
            "start": 958380880,
            "stop": 958380887
        },
        {
            "start": 958380898,
            "stop": 958380905
        },
        {
            "start": 958380910,
            "stop": 958380912
        },
        {
            "start": 958380918,
            "stop": 958380930
        },
        {
            "start": 958380933,
            "stop": 958380952
        },
        {
            "start": 958380960,
            "stop": 958380968
        },
        {
            "start": 958380981,
            "stop": 958381069
        },
        {
            "start": 958381074,
            "stop": 958381081
        },
        {
            "start": 958381088,
            "stop": 958381174
        },
        {
            "start": 958381177,
            "stop": 958381512
        },
        {
            "start": 958381519,
            "stop": 958381523
        },
        {
            "start": 958381535,
            "stop": 958381536
        },
        {
            "start": 958381544,
            "stop": 958381675
        },
        {
            "start": 958381692,
            "stop": 958381865
        },
        {
            "start": 958381868,
            "stop": 958381879
        },
        {
            "start": 958381882,
            "stop": 958381926
        }
    ]
}