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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=172",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 173,
    "results": [
        {
            "start": 836252928,
            "stop": 836252929
        },
        {
            "start": 836252935,
            "stop": 836259673
        },
        {
            "start": 836260663,
            "stop": 836261529
        },
        {
            "start": 836261639,
            "stop": 836261720
        },
        {
            "start": 836262020,
            "stop": 836272792
        },
        {
            "start": 836272795,
            "stop": 836273906
        },
        {
            "start": 836273908,
            "stop": 836273923
        },
        {
            "start": 836273924,
            "stop": 836273925
        },
        {
            "start": 836273927,
            "stop": 836286757
        },
        {
            "start": 836286759,
            "stop": 836292837
        },
        {
            "start": 836294523,
            "stop": 836302467
        },
        {
            "start": 836302566,
            "stop": 836306108
        },
        {
            "start": 836309520,
            "stop": 836331356
        },
        {
            "start": 836332509,
            "stop": 836333533
        },
        {
            "start": 836334614,
            "stop": 836334920
        },
        {
            "start": 836336136,
            "stop": 836336145
        },
        {
            "start": 836336285,
            "stop": 836349295
        },
        {
            "start": 836349297,
            "stop": 836349298
        },
        {
            "start": 836349299,
            "stop": 836352448
        },
        {
            "start": 836353872,
            "stop": 836354173
        }
    ]
}