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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=311",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 312,
    "results": [
        {
            "start": 1181629052,
            "stop": 1181629055
        },
        {
            "start": 1181629057,
            "stop": 1181629139
        },
        {
            "start": 1181629140,
            "stop": 1181629158
        },
        {
            "start": 1181629160,
            "stop": 1181629161
        },
        {
            "start": 1181629162,
            "stop": 1181629169
        },
        {
            "start": 1181629173,
            "stop": 1181629179
        },
        {
            "start": 1181629181,
            "stop": 1181629182
        },
        {
            "start": 1181629183,
            "stop": 1181629184
        },
        {
            "start": 1181629186,
            "stop": 1181629189
        },
        {
            "start": 1181629190,
            "stop": 1181629194
        },
        {
            "start": 1181629195,
            "stop": 1181629198
        },
        {
            "start": 1181629199,
            "stop": 1181629201
        },
        {
            "start": 1181629202,
            "stop": 1181629203
        },
        {
            "start": 1181629206,
            "stop": 1181629208
        },
        {
            "start": 1181629211,
            "stop": 1181629213
        },
        {
            "start": 1181629215,
            "stop": 1181629216
        },
        {
            "start": 1181629219,
            "stop": 1181629222
        },
        {
            "start": 1181629223,
            "stop": 1181629225
        },
        {
            "start": 1181629226,
            "stop": 1181629227
        },
        {
            "start": 1181629229,
            "stop": 1181629232
        }
    ]
}