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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=289",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 290,
    "results": [
        {
            "start": 1175068935,
            "stop": 1175069656
        },
        {
            "start": 1175069658,
            "stop": 1175070328
        },
        {
            "start": 1175070333,
            "stop": 1175070578
        },
        {
            "start": 1175070580,
            "stop": 1175071589
        },
        {
            "start": 1175071591,
            "stop": 1175073006
        },
        {
            "start": 1175073008,
            "stop": 1175074269
        },
        {
            "start": 1175074271,
            "stop": 1175075625
        },
        {
            "start": 1175075627,
            "stop": 1175076551
        },
        {
            "start": 1175076553,
            "stop": 1175077559
        },
        {
            "start": 1175077561,
            "stop": 1175078465
        },
        {
            "start": 1175078467,
            "stop": 1175079418
        },
        {
            "start": 1175079420,
            "stop": 1175080416
        },
        {
            "start": 1175080418,
            "stop": 1175081776
        },
        {
            "start": 1175081778,
            "stop": 1175082721
        },
        {
            "start": 1175082723,
            "stop": 1175083801
        },
        {
            "start": 1175083803,
            "stop": 1175085100
        },
        {
            "start": 1175085102,
            "stop": 1175086110
        },
        {
            "start": 1175086112,
            "stop": 1175087099
        },
        {
            "start": 1175087101,
            "stop": 1175088173
        },
        {
            "start": 1175088175,
            "stop": 1175089182
        }
    ]
}