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/O3b/timelines/V1_BURST_CAT3/segments?format=api&page=58
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 58,
    "results": [
        {
            "start": 1268493462,
            "stop": 1268496145
        },
        {
            "start": 1268503472,
            "stop": 1268507800
        },
        {
            "start": 1268507824,
            "stop": 1268537918
        },
        {
            "start": 1268537950,
            "stop": 1268544403
        },
        {
            "start": 1268544740,
            "stop": 1268573335
        },
        {
            "start": 1268593326,
            "stop": 1268604699
        },
        {
            "start": 1268612761,
            "stop": 1268614737
        },
        {
            "start": 1268616206,
            "stop": 1268633235
        },
        {
            "start": 1268673776,
            "stop": 1268724600
        },
        {
            "start": 1268726992,
            "stop": 1268787302
        },
        {
            "start": 1268790416,
            "stop": 1268848076
        },
        {
            "start": 1268848086,
            "stop": 1268853392
        },
        {
            "start": 1268853432,
            "stop": 1268889950
        },
        {
            "start": 1268894754,
            "stop": 1268905794
        },
        {
            "start": 1268905853,
            "stop": 1268908989
        },
        {
            "start": 1268909054,
            "stop": 1268912104
        },
        {
            "start": 1268912136,
            "stop": 1268913004
        },
        {
            "start": 1268913050,
            "stop": 1268936125
        },
        {
            "start": 1268936243,
            "stop": 1268950403
        },
        {
            "start": 1268950502,
            "stop": 1268971815
        }
    ]
}