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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=215",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 216,
    "results": [
        {
            "start": 1259256521,
            "stop": 1259256534
        },
        {
            "start": 1259256543,
            "stop": 1259256544
        },
        {
            "start": 1259256547,
            "stop": 1259256622
        },
        {
            "start": 1259256628,
            "stop": 1259256695
        },
        {
            "start": 1259256701,
            "stop": 1259256768
        },
        {
            "start": 1259256771,
            "stop": 1259256774
        },
        {
            "start": 1259256780,
            "stop": 1259256801
        },
        {
            "start": 1259256804,
            "stop": 1259256856
        },
        {
            "start": 1259256859,
            "stop": 1259256930
        },
        {
            "start": 1259256933,
            "stop": 1259256998
        },
        {
            "start": 1259257001,
            "stop": 1259257035
        },
        {
            "start": 1259257038,
            "stop": 1259257041
        },
        {
            "start": 1259257044,
            "stop": 1259257045
        },
        {
            "start": 1259257048,
            "stop": 1259257057
        },
        {
            "start": 1259257060,
            "stop": 1259257061
        },
        {
            "start": 1259257063,
            "stop": 1259257091
        },
        {
            "start": 1259257103,
            "stop": 1259257104
        },
        {
            "start": 1259257107,
            "stop": 1259257110
        },
        {
            "start": 1259257113,
            "stop": 1259257117
        },
        {
            "start": 1259257125,
            "stop": 1259257204
        }
    ]
}