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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=223",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 224,
    "results": [
        {
            "start": 842428781,
            "stop": 842428840
        },
        {
            "start": 842429140,
            "stop": 842429161
        },
        {
            "start": 842429471,
            "stop": 842443951
        },
        {
            "start": 842444753,
            "stop": 842450293
        },
        {
            "start": 842450401,
            "stop": 842452785
        },
        {
            "start": 842452786,
            "stop": 842458091
        },
        {
            "start": 842458506,
            "stop": 842458761
        },
        {
            "start": 842458763,
            "stop": 842463935
        },
        {
            "start": 842463944,
            "stop": 842463952
        },
        {
            "start": 842463955,
            "stop": 842463969
        },
        {
            "start": 842463970,
            "stop": 842465055
        },
        {
            "start": 842465058,
            "stop": 842465291
        },
        {
            "start": 842465294,
            "stop": 842465772
        },
        {
            "start": 842465774,
            "stop": 842466250
        },
        {
            "start": 842466252,
            "stop": 842468185
        },
        {
            "start": 842469613,
            "stop": 842472488
        },
        {
            "start": 842472823,
            "stop": 842478446
        },
        {
            "start": 842478746,
            "stop": 842478753
        },
        {
            "start": 842479057,
            "stop": 842479063
        },
        {
            "start": 842479468,
            "stop": 842485259
        }
    ]
}