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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=260",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 261,
    "results": [
        {
            "start": 821576518,
            "stop": 821576520
        },
        {
            "start": 821576523,
            "stop": 821576658
        },
        {
            "start": 821576661,
            "stop": 821576664
        },
        {
            "start": 821576667,
            "stop": 821576706
        },
        {
            "start": 821576710,
            "stop": 821576898
        },
        {
            "start": 821576901,
            "stop": 821576945
        },
        {
            "start": 821576948,
            "stop": 821576951
        },
        {
            "start": 821576954,
            "stop": 821577006
        },
        {
            "start": 821577009,
            "stop": 821577027
        },
        {
            "start": 821577030,
            "stop": 821577096
        },
        {
            "start": 821577099,
            "stop": 821577103
        },
        {
            "start": 821577106,
            "stop": 821577161
        },
        {
            "start": 821577165,
            "stop": 821577301
        },
        {
            "start": 821577305,
            "stop": 821577308
        },
        {
            "start": 821577311,
            "stop": 821577338
        },
        {
            "start": 821577342,
            "stop": 821577400
        },
        {
            "start": 821577403,
            "stop": 821577673
        },
        {
            "start": 821577676,
            "stop": 821577685
        },
        {
            "start": 821577689,
            "stop": 821577753
        },
        {
            "start": 821577757,
            "stop": 821577928
        }
    ]
}