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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=611",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=609",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 610,
    "results": [
        {
            "start": 839303245,
            "stop": 839303246
        },
        {
            "start": 839303247,
            "stop": 839303356
        },
        {
            "start": 839303357,
            "stop": 839303486
        },
        {
            "start": 839303487,
            "stop": 839303520
        },
        {
            "start": 839303521,
            "stop": 839303524
        },
        {
            "start": 839303525,
            "stop": 839303591
        },
        {
            "start": 839303593,
            "stop": 839303657
        },
        {
            "start": 839303660,
            "stop": 839304167
        },
        {
            "start": 839304168,
            "stop": 839304178
        },
        {
            "start": 839304179,
            "stop": 839304180
        },
        {
            "start": 839305221,
            "stop": 839305428
        },
        {
            "start": 839305430,
            "stop": 839305432
        },
        {
            "start": 839305433,
            "stop": 839305473
        },
        {
            "start": 839305474,
            "stop": 839305482
        },
        {
            "start": 839305971,
            "stop": 839306133
        },
        {
            "start": 839306134,
            "stop": 839311118
        },
        {
            "start": 839311119,
            "stop": 839311120
        },
        {
            "start": 839311131,
            "stop": 839311147
        },
        {
            "start": 839311149,
            "stop": 839311154
        },
        {
            "start": 839311155,
            "stop": 839311184
        }
    ]
}