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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=188",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 189,
    "results": [
        {
            "start": 1176950279,
            "stop": 1176950281
        },
        {
            "start": 1176950286,
            "stop": 1176950300
        },
        {
            "start": 1176950302,
            "stop": 1176950400
        },
        {
            "start": 1176950401,
            "stop": 1176950402
        },
        {
            "start": 1176950405,
            "stop": 1176950490
        },
        {
            "start": 1176950491,
            "stop": 1176950747
        },
        {
            "start": 1176950749,
            "stop": 1176950758
        },
        {
            "start": 1176950762,
            "stop": 1176950905
        },
        {
            "start": 1176950913,
            "stop": 1176950914
        },
        {
            "start": 1176950915,
            "stop": 1176950918
        },
        {
            "start": 1176950922,
            "stop": 1176950936
        },
        {
            "start": 1176950937,
            "stop": 1176951081
        },
        {
            "start": 1176951083,
            "stop": 1176951171
        },
        {
            "start": 1176951172,
            "stop": 1176951308
        },
        {
            "start": 1176951309,
            "stop": 1176951432
        },
        {
            "start": 1176951433,
            "stop": 1176951435
        },
        {
            "start": 1176951443,
            "stop": 1176951467
        },
        {
            "start": 1176951469,
            "stop": 1176951472
        },
        {
            "start": 1176951473,
            "stop": 1176951474
        },
        {
            "start": 1176951478,
            "stop": 1176951525
        }
    ]
}