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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=181",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 182,
    "results": [
        {
            "start": 1176947141,
            "stop": 1176947154
        },
        {
            "start": 1176947160,
            "stop": 1176947165
        },
        {
            "start": 1176947172,
            "stop": 1176947195
        },
        {
            "start": 1176947205,
            "stop": 1176947218
        },
        {
            "start": 1176947224,
            "stop": 1176947225
        },
        {
            "start": 1176947230,
            "stop": 1176947231
        },
        {
            "start": 1176947240,
            "stop": 1176947253
        },
        {
            "start": 1176947257,
            "stop": 1176947288
        },
        {
            "start": 1176947291,
            "stop": 1176947334
        },
        {
            "start": 1176947336,
            "stop": 1176947344
        },
        {
            "start": 1176947349,
            "stop": 1176947358
        },
        {
            "start": 1176947363,
            "stop": 1176947388
        },
        {
            "start": 1176947390,
            "stop": 1176947392
        },
        {
            "start": 1176947394,
            "stop": 1176947395
        },
        {
            "start": 1176947397,
            "stop": 1176947552
        },
        {
            "start": 1176947560,
            "stop": 1176947562
        },
        {
            "start": 1176947567,
            "stop": 1176947572
        },
        {
            "start": 1176947579,
            "stop": 1176947581
        },
        {
            "start": 1176947591,
            "stop": 1176947597
        },
        {
            "start": 1176947598,
            "stop": 1176947599
        }
    ]
}