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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=138",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 139,
    "results": [
        {
            "start": 1176720952,
            "stop": 1176720985
        },
        {
            "start": 1176720989,
            "stop": 1176720997
        },
        {
            "start": 1176720998,
            "stop": 1176721211
        },
        {
            "start": 1176721213,
            "stop": 1176721214
        },
        {
            "start": 1176721215,
            "stop": 1176721216
        },
        {
            "start": 1176721218,
            "stop": 1176721220
        },
        {
            "start": 1176721225,
            "stop": 1176721434
        },
        {
            "start": 1176721435,
            "stop": 1176721436
        },
        {
            "start": 1176721437,
            "stop": 1176721445
        },
        {
            "start": 1176721446,
            "stop": 1176721453
        },
        {
            "start": 1176721454,
            "stop": 1176721455
        },
        {
            "start": 1176721459,
            "stop": 1176721470
        },
        {
            "start": 1176721474,
            "stop": 1176721481
        },
        {
            "start": 1176721482,
            "stop": 1176721502
        },
        {
            "start": 1176721504,
            "stop": 1176721507
        },
        {
            "start": 1176721508,
            "stop": 1176721521
        },
        {
            "start": 1176721523,
            "stop": 1176721526
        },
        {
            "start": 1176721527,
            "stop": 1176721548
        },
        {
            "start": 1176721549,
            "stop": 1176721554
        },
        {
            "start": 1176721556,
            "stop": 1176721619
        }
    ]
}