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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=194",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 195,
    "results": [
        {
            "start": 838668429,
            "stop": 838669386
        },
        {
            "start": 838669389,
            "stop": 838670213
        },
        {
            "start": 838670479,
            "stop": 838674156
        },
        {
            "start": 838674158,
            "stop": 838675962
        },
        {
            "start": 838675965,
            "stop": 838678656
        },
        {
            "start": 838678659,
            "stop": 838678666
        },
        {
            "start": 838678669,
            "stop": 838678674
        },
        {
            "start": 838678680,
            "stop": 838678681
        },
        {
            "start": 838678687,
            "stop": 838678691
        },
        {
            "start": 838678694,
            "stop": 838678698
        },
        {
            "start": 838678702,
            "stop": 838683664
        },
        {
            "start": 838684120,
            "stop": 838688100
        },
        {
            "start": 838689881,
            "stop": 838712970
        },
        {
            "start": 838714511,
            "stop": 838714802
        },
        {
            "start": 838714804,
            "stop": 838742030
        },
        {
            "start": 838742033,
            "stop": 838742035
        },
        {
            "start": 838742040,
            "stop": 838742044
        },
        {
            "start": 838742061,
            "stop": 838742062
        },
        {
            "start": 838742065,
            "stop": 838742074
        },
        {
            "start": 838742078,
            "stop": 838742092
        }
    ]
}