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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=226",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 227,
    "results": [
        {
            "start": 1177137089,
            "stop": 1177137108
        },
        {
            "start": 1177137109,
            "stop": 1177137297
        },
        {
            "start": 1177137299,
            "stop": 1177137492
        },
        {
            "start": 1177137495,
            "stop": 1177137503
        },
        {
            "start": 1177137505,
            "stop": 1177137506
        },
        {
            "start": 1177137508,
            "stop": 1177137792
        },
        {
            "start": 1177137793,
            "stop": 1177137810
        },
        {
            "start": 1177137811,
            "stop": 1177137838
        },
        {
            "start": 1177137844,
            "stop": 1177137846
        },
        {
            "start": 1177137850,
            "stop": 1177138021
        },
        {
            "start": 1177138022,
            "stop": 1177138178
        },
        {
            "start": 1177138180,
            "stop": 1177138576
        },
        {
            "start": 1177138579,
            "stop": 1177141122
        },
        {
            "start": 1177141125,
            "stop": 1177141141
        },
        {
            "start": 1177141142,
            "stop": 1177141160
        },
        {
            "start": 1177141163,
            "stop": 1177141246
        },
        {
            "start": 1177141249,
            "stop": 1177141338
        },
        {
            "start": 1177141340,
            "stop": 1177141891
        },
        {
            "start": 1177141894,
            "stop": 1177142176
        },
        {
            "start": 1177142177,
            "stop": 1177142178
        }
    ]
}