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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=257",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 258,
    "results": [
        {
            "start": 1178136018,
            "stop": 1178136042
        },
        {
            "start": 1178136044,
            "stop": 1178136085
        },
        {
            "start": 1178136086,
            "stop": 1178136351
        },
        {
            "start": 1178136352,
            "stop": 1178136376
        },
        {
            "start": 1178136378,
            "stop": 1178140496
        },
        {
            "start": 1178145824,
            "stop": 1178146929
        },
        {
            "start": 1178146930,
            "stop": 1178147171
        },
        {
            "start": 1178147173,
            "stop": 1178147174
        },
        {
            "start": 1178147175,
            "stop": 1178147176
        },
        {
            "start": 1178147177,
            "stop": 1178147241
        },
        {
            "start": 1178147242,
            "stop": 1178147257
        },
        {
            "start": 1178147258,
            "stop": 1178147419
        },
        {
            "start": 1178147421,
            "stop": 1178147532
        },
        {
            "start": 1178147536,
            "stop": 1178147615
        },
        {
            "start": 1178147619,
            "stop": 1178147620
        },
        {
            "start": 1178147622,
            "stop": 1178147623
        },
        {
            "start": 1178147625,
            "stop": 1178147631
        },
        {
            "start": 1178147632,
            "stop": 1178147653
        },
        {
            "start": 1178147654,
            "stop": 1178147679
        },
        {
            "start": 1178147680,
            "stop": 1178147681
        }
    ]
}