Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=64
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=63",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 64,
    "results": [
        {
            "start": 1238319630,
            "stop": 1238320032
        },
        {
            "start": 1238320039,
            "stop": 1238320054
        },
        {
            "start": 1238320056,
            "stop": 1238320190
        },
        {
            "start": 1238320193,
            "stop": 1238320194
        },
        {
            "start": 1238320196,
            "stop": 1238320828
        },
        {
            "start": 1238320831,
            "stop": 1238321469
        },
        {
            "start": 1238321473,
            "stop": 1238321478
        },
        {
            "start": 1238321485,
            "stop": 1238322406
        },
        {
            "start": 1238322408,
            "stop": 1238322422
        },
        {
            "start": 1238322425,
            "stop": 1238323059
        },
        {
            "start": 1238323064,
            "stop": 1238323145
        },
        {
            "start": 1238323810,
            "stop": 1238323981
        },
        {
            "start": 1238323982,
            "stop": 1238325311
        },
        {
            "start": 1238325314,
            "stop": 1238325315
        },
        {
            "start": 1238325322,
            "stop": 1238325525
        },
        {
            "start": 1238325526,
            "stop": 1238325545
        },
        {
            "start": 1238325549,
            "stop": 1238325958
        },
        {
            "start": 1238325960,
            "stop": 1238325962
        },
        {
            "start": 1238325964,
            "stop": 1238326075
        },
        {
            "start": 1238326079,
            "stop": 1238326185
        }
    ]
}