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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=311",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 312,
    "results": [
        {
            "start": 1260304926,
            "stop": 1260304927
        },
        {
            "start": 1260304930,
            "stop": 1260304992
        },
        {
            "start": 1260304995,
            "stop": 1260305058
        },
        {
            "start": 1260305061,
            "stop": 1260305144
        },
        {
            "start": 1260305147,
            "stop": 1260305243
        },
        {
            "start": 1260305246,
            "stop": 1260305275
        },
        {
            "start": 1260305278,
            "stop": 1260305340
        },
        {
            "start": 1260305343,
            "stop": 1260305417
        },
        {
            "start": 1260305420,
            "stop": 1260305427
        },
        {
            "start": 1260305430,
            "stop": 1260305498
        },
        {
            "start": 1260305501,
            "stop": 1260305537
        },
        {
            "start": 1260305540,
            "stop": 1260305569
        },
        {
            "start": 1260305572,
            "stop": 1260305579
        },
        {
            "start": 1260305582,
            "stop": 1260305590
        },
        {
            "start": 1260305593,
            "stop": 1260305624
        },
        {
            "start": 1260305627,
            "stop": 1260305837
        },
        {
            "start": 1260305840,
            "stop": 1260305869
        },
        {
            "start": 1260305875,
            "stop": 1260305879
        },
        {
            "start": 1260305882,
            "stop": 1260305904
        },
        {
            "start": 1260305907,
            "stop": 1260306021
        }
    ]
}