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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=259",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 260,
    "results": [
        {
            "start": 1259610285,
            "stop": 1259610289
        },
        {
            "start": 1259610292,
            "stop": 1259612084
        },
        {
            "start": 1259612092,
            "stop": 1259615002
        },
        {
            "start": 1259615005,
            "stop": 1259615069
        },
        {
            "start": 1259615072,
            "stop": 1259615082
        },
        {
            "start": 1259615085,
            "stop": 1259616769
        },
        {
            "start": 1259616772,
            "stop": 1259617647
        },
        {
            "start": 1259617650,
            "stop": 1259618544
        },
        {
            "start": 1259625238,
            "stop": 1259625398
        },
        {
            "start": 1259625399,
            "stop": 1259632343
        },
        {
            "start": 1259632346,
            "stop": 1259636036
        },
        {
            "start": 1259636044,
            "stop": 1259636607
        },
        {
            "start": 1259636614,
            "stop": 1259636791
        },
        {
            "start": 1259636793,
            "stop": 1259636982
        },
        {
            "start": 1259636989,
            "stop": 1259638118
        },
        {
            "start": 1259638121,
            "stop": 1259639558
        },
        {
            "start": 1259639561,
            "stop": 1259639682
        },
        {
            "start": 1259640165,
            "stop": 1259640854
        },
        {
            "start": 1259640857,
            "stop": 1259644572
        },
        {
            "start": 1259644575,
            "stop": 1259648063
        }
    ]
}