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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=335",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 336,
    "results": [
        {
            "start": 847713555,
            "stop": 847713632
        },
        {
            "start": 847713633,
            "stop": 847713725
        },
        {
            "start": 847713726,
            "stop": 847713728
        },
        {
            "start": 847713729,
            "stop": 847713750
        },
        {
            "start": 847713753,
            "stop": 847713771
        },
        {
            "start": 847713772,
            "stop": 847713791
        },
        {
            "start": 847713793,
            "stop": 847713815
        },
        {
            "start": 847713816,
            "stop": 847713835
        },
        {
            "start": 847713836,
            "stop": 847713856
        },
        {
            "start": 847713858,
            "stop": 847713928
        },
        {
            "start": 847713930,
            "stop": 847713983
        },
        {
            "start": 847713984,
            "stop": 847714001
        },
        {
            "start": 847714002,
            "stop": 847714025
        },
        {
            "start": 847714026,
            "stop": 847714111
        },
        {
            "start": 847714112,
            "stop": 847714135
        },
        {
            "start": 847714137,
            "stop": 847714153
        },
        {
            "start": 847714155,
            "stop": 847714183
        },
        {
            "start": 847714185,
            "stop": 847714186
        },
        {
            "start": 847714187,
            "stop": 847714228
        },
        {
            "start": 847714229,
            "stop": 847714280
        }
    ]
}