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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7470",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7468",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7469,
    "results": [
        {
            "start": 970140871,
            "stop": 970141151
        },
        {
            "start": 970141157,
            "stop": 970141214
        },
        {
            "start": 970141217,
            "stop": 970141222
        },
        {
            "start": 970141225,
            "stop": 970141258
        },
        {
            "start": 970141264,
            "stop": 970141631
        },
        {
            "start": 970141634,
            "stop": 970141726
        },
        {
            "start": 970141729,
            "stop": 970141979
        },
        {
            "start": 970142000,
            "stop": 970142736
        },
        {
            "start": 970142742,
            "stop": 970143065
        },
        {
            "start": 970143068,
            "stop": 970143450
        },
        {
            "start": 970143453,
            "stop": 970143577
        },
        {
            "start": 970143580,
            "stop": 970144003
        },
        {
            "start": 970144006,
            "stop": 970144288
        },
        {
            "start": 970144291,
            "stop": 970144851
        },
        {
            "start": 970146859,
            "stop": 970148861
        },
        {
            "start": 970148867,
            "stop": 970150016
        },
        {
            "start": 970150019,
            "stop": 970150178
        },
        {
            "start": 970150181,
            "stop": 970150192
        },
        {
            "start": 970150195,
            "stop": 970150242
        },
        {
            "start": 970150245,
            "stop": 970150340
        }
    ]
}