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=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_CAT1/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=172",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 173,
    "results": [
        {
            "start": 842326011,
            "stop": 842340493
        },
        {
            "start": 842340898,
            "stop": 842365149
        },
        {
            "start": 842365271,
            "stop": 842366913
        },
        {
            "start": 842367013,
            "stop": 842373182
        },
        {
            "start": 842373265,
            "stop": 842383986
        },
        {
            "start": 842384111,
            "stop": 842384892
        },
        {
            "start": 842387949,
            "stop": 842387969
        },
        {
            "start": 842388016,
            "stop": 842393269
        },
        {
            "start": 842398240,
            "stop": 842409233
        },
        {
            "start": 842410890,
            "stop": 842428671
        },
        {
            "start": 842428781,
            "stop": 842428840
        },
        {
            "start": 842429140,
            "stop": 842429161
        },
        {
            "start": 842429471,
            "stop": 842443951
        },
        {
            "start": 842444753,
            "stop": 842450294
        },
        {
            "start": 842450401,
            "stop": 842458091
        },
        {
            "start": 842458506,
            "stop": 842465772
        },
        {
            "start": 842465774,
            "stop": 842466250
        },
        {
            "start": 842466252,
            "stop": 842468185
        },
        {
            "start": 842469613,
            "stop": 842472488
        },
        {
            "start": 842472823,
            "stop": 842478446
        }
    ]
}