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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=354",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 355,
    "results": [
        {
            "start": 1181626053,
            "stop": 1181626952
        },
        {
            "start": 1181626953,
            "stop": 1181627077
        },
        {
            "start": 1181627078,
            "stop": 1181627090
        },
        {
            "start": 1181627091,
            "stop": 1181627252
        },
        {
            "start": 1181627253,
            "stop": 1181627255
        },
        {
            "start": 1181627256,
            "stop": 1181627257
        },
        {
            "start": 1181627258,
            "stop": 1181627259
        },
        {
            "start": 1181627260,
            "stop": 1181627264
        },
        {
            "start": 1181627267,
            "stop": 1181627268
        },
        {
            "start": 1181627270,
            "stop": 1181627272
        },
        {
            "start": 1181627273,
            "stop": 1181627353
        },
        {
            "start": 1181627354,
            "stop": 1181627405
        },
        {
            "start": 1181627407,
            "stop": 1181627460
        },
        {
            "start": 1181627461,
            "stop": 1181627609
        },
        {
            "start": 1181627610,
            "stop": 1181627757
        },
        {
            "start": 1181627758,
            "stop": 1181627802
        },
        {
            "start": 1181627807,
            "stop": 1181627834
        },
        {
            "start": 1181627835,
            "stop": 1181627851
        },
        {
            "start": 1181627852,
            "stop": 1181627900
        },
        {
            "start": 1181627901,
            "stop": 1181627905
        }
    ]
}