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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16791",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16792,
    "results": [
        {
            "start": 875119219,
            "stop": 875119223
        },
        {
            "start": 875119226,
            "stop": 875119227
        },
        {
            "start": 875119233,
            "stop": 875119235
        },
        {
            "start": 875119241,
            "stop": 875119253
        },
        {
            "start": 875119257,
            "stop": 875119313
        },
        {
            "start": 875119377,
            "stop": 875119411
        },
        {
            "start": 875119412,
            "stop": 875119427
        },
        {
            "start": 875119429,
            "stop": 875119440
        },
        {
            "start": 875119442,
            "stop": 875119449
        },
        {
            "start": 875119455,
            "stop": 875119473
        },
        {
            "start": 875119477,
            "stop": 875119527
        },
        {
            "start": 875119530,
            "stop": 875119534
        },
        {
            "start": 875119539,
            "stop": 875119552
        },
        {
            "start": 875119553,
            "stop": 875119557
        },
        {
            "start": 875119558,
            "stop": 875119561
        },
        {
            "start": 875119565,
            "stop": 875119575
        },
        {
            "start": 875119578,
            "stop": 875119647
        },
        {
            "start": 875119649,
            "stop": 875119662
        },
        {
            "start": 875119664,
            "stop": 875119829
        },
        {
            "start": 875119830,
            "stop": 875119864
        }
    ]
}