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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5292",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5290",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5291,
    "results": [
        {
            "start": 1136430412,
            "stop": 1136430414
        },
        {
            "start": 1136430416,
            "stop": 1136430418
        },
        {
            "start": 1136430420,
            "stop": 1136430423
        },
        {
            "start": 1136430425,
            "stop": 1136430510
        },
        {
            "start": 1136430512,
            "stop": 1136430543
        },
        {
            "start": 1136430545,
            "stop": 1136430569
        },
        {
            "start": 1136430571,
            "stop": 1136430579
        },
        {
            "start": 1136430581,
            "stop": 1136430584
        },
        {
            "start": 1136430586,
            "stop": 1136430695
        },
        {
            "start": 1136430697,
            "stop": 1136430776
        },
        {
            "start": 1136430778,
            "stop": 1136430792
        },
        {
            "start": 1136430794,
            "stop": 1136430808
        },
        {
            "start": 1136430810,
            "stop": 1136430882
        },
        {
            "start": 1136430884,
            "stop": 1136430900
        },
        {
            "start": 1136430902,
            "stop": 1136430912
        },
        {
            "start": 1136430914,
            "stop": 1136430930
        },
        {
            "start": 1136430932,
            "stop": 1136430969
        },
        {
            "start": 1136450097,
            "stop": 1136450133
        },
        {
            "start": 1136450135,
            "stop": 1136450137
        },
        {
            "start": 1136450139,
            "stop": 1136450147
        }
    ]
}