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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=223",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 224,
    "results": [
        {
            "start": 1177121533,
            "stop": 1177121536
        },
        {
            "start": 1177121538,
            "stop": 1177121543
        },
        {
            "start": 1177121544,
            "stop": 1177121622
        },
        {
            "start": 1177121628,
            "stop": 1177121721
        },
        {
            "start": 1177121727,
            "stop": 1177121732
        },
        {
            "start": 1177121735,
            "stop": 1177125587
        },
        {
            "start": 1177125588,
            "stop": 1177125736
        },
        {
            "start": 1177125737,
            "stop": 1177130666
        },
        {
            "start": 1177130667,
            "stop": 1177130671
        },
        {
            "start": 1177130673,
            "stop": 1177132137
        },
        {
            "start": 1177132138,
            "stop": 1177132140
        },
        {
            "start": 1177132141,
            "stop": 1177133993
        },
        {
            "start": 1177133997,
            "stop": 1177134117
        },
        {
            "start": 1177134118,
            "stop": 1177134122
        },
        {
            "start": 1177134123,
            "stop": 1177134137
        },
        {
            "start": 1177134138,
            "stop": 1177134195
        },
        {
            "start": 1177134200,
            "stop": 1177134311
        },
        {
            "start": 1177134313,
            "stop": 1177134315
        },
        {
            "start": 1177134317,
            "stop": 1177134325
        },
        {
            "start": 1177134328,
            "stop": 1177134546
        }
    ]
}