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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=51",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 52,
    "results": [
        {
            "start": 821720082,
            "stop": 821720773
        },
        {
            "start": 821722673,
            "stop": 821725793
        },
        {
            "start": 821728718,
            "stop": 821738147
        },
        {
            "start": 821739681,
            "stop": 821742782
        },
        {
            "start": 821744967,
            "stop": 821746933
        },
        {
            "start": 821747711,
            "stop": 821754826
        },
        {
            "start": 821754963,
            "stop": 821756512
        },
        {
            "start": 821756768,
            "stop": 821781369
        },
        {
            "start": 821784676,
            "stop": 821785153
        },
        {
            "start": 821785971,
            "stop": 821786653
        },
        {
            "start": 821786792,
            "stop": 821787253
        },
        {
            "start": 821789712,
            "stop": 821790601
        },
        {
            "start": 821790602,
            "stop": 821796433
        },
        {
            "start": 821796473,
            "stop": 821796474
        },
        {
            "start": 821798664,
            "stop": 821798747
        },
        {
            "start": 821800732,
            "stop": 821801953
        },
        {
            "start": 821804220,
            "stop": 821805112
        },
        {
            "start": 821820062,
            "stop": 821820733
        },
        {
            "start": 821821581,
            "stop": 821822395
        },
        {
            "start": 821824292,
            "stop": 821824728
        }
    ]
}