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=445
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=446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=444",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 445,
    "results": [
        {
            "start": 847818942,
            "stop": 847818977
        },
        {
            "start": 847818978,
            "stop": 847819001
        },
        {
            "start": 847819002,
            "stop": 847819006
        },
        {
            "start": 847819007,
            "stop": 847819014
        },
        {
            "start": 847819016,
            "stop": 847819037
        },
        {
            "start": 847819039,
            "stop": 847819086
        },
        {
            "start": 847819088,
            "stop": 847819107
        },
        {
            "start": 847819108,
            "stop": 847819109
        },
        {
            "start": 847819110,
            "stop": 847819112
        },
        {
            "start": 847819113,
            "stop": 847819119
        },
        {
            "start": 847819121,
            "stop": 847819122
        },
        {
            "start": 847819124,
            "stop": 847819125
        },
        {
            "start": 847819127,
            "stop": 847819130
        },
        {
            "start": 847819132,
            "stop": 847819133
        },
        {
            "start": 847819135,
            "stop": 847819136
        },
        {
            "start": 847819138,
            "stop": 847819141
        },
        {
            "start": 847819143,
            "stop": 847819144
        },
        {
            "start": 847819146,
            "stop": 847819147
        },
        {
            "start": 847819149,
            "stop": 847819184
        },
        {
            "start": 847819185,
            "stop": 847819297
        }
    ]
}