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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=145",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 146,
    "results": [
        {
            "start": 836584540,
            "stop": 836588789
        },
        {
            "start": 836588866,
            "stop": 836588962
        },
        {
            "start": 836588963,
            "stop": 836588971
        },
        {
            "start": 836588973,
            "stop": 836593973
        },
        {
            "start": 836595480,
            "stop": 836601830
        },
        {
            "start": 836602130,
            "stop": 836602382
        },
        {
            "start": 836602384,
            "stop": 836602407
        },
        {
            "start": 836603623,
            "stop": 836603723
        },
        {
            "start": 836604944,
            "stop": 836604954
        },
        {
            "start": 836605990,
            "stop": 836607227
        },
        {
            "start": 836608509,
            "stop": 836609965
        },
        {
            "start": 836610921,
            "stop": 836616645
        },
        {
            "start": 836616647,
            "stop": 836616835
        },
        {
            "start": 836618059,
            "stop": 836621849
        },
        {
            "start": 836621851,
            "stop": 836632748
        },
        {
            "start": 836634075,
            "stop": 836636455
        },
        {
            "start": 836636457,
            "stop": 836649021
        },
        {
            "start": 836649023,
            "stop": 836649072
        },
        {
            "start": 836649948,
            "stop": 836664915
        },
        {
            "start": 836664916,
            "stop": 836664932
        }
    ]
}