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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=298",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 299,
    "results": [
        {
            "start": 1260254751,
            "stop": 1260255285
        },
        {
            "start": 1260255287,
            "stop": 1260255725
        },
        {
            "start": 1260255728,
            "stop": 1260256755
        },
        {
            "start": 1260256758,
            "stop": 1260256931
        },
        {
            "start": 1260256932,
            "stop": 1260257092
        },
        {
            "start": 1260257100,
            "stop": 1260257301
        },
        {
            "start": 1260257304,
            "stop": 1260257335
        },
        {
            "start": 1260257336,
            "stop": 1260257367
        },
        {
            "start": 1260257369,
            "stop": 1260257656
        },
        {
            "start": 1260257659,
            "stop": 1260257713
        },
        {
            "start": 1260257716,
            "stop": 1260258348
        },
        {
            "start": 1260258349,
            "stop": 1260258430
        },
        {
            "start": 1260258432,
            "stop": 1260258811
        },
        {
            "start": 1260258814,
            "stop": 1260259110
        },
        {
            "start": 1260259112,
            "stop": 1260259163
        },
        {
            "start": 1260259166,
            "stop": 1260259260
        },
        {
            "start": 1260259262,
            "stop": 1260259348
        },
        {
            "start": 1260259351,
            "stop": 1260259392
        },
        {
            "start": 1260259395,
            "stop": 1260259416
        },
        {
            "start": 1260259417,
            "stop": 1260259480
        }
    ]
}