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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=198",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 199,
    "results": [
        {
            "start": 820484988,
            "stop": 820485022
        },
        {
            "start": 820485025,
            "stop": 820485130
        },
        {
            "start": 820485134,
            "stop": 820485145
        },
        {
            "start": 820485148,
            "stop": 820485646
        },
        {
            "start": 820485650,
            "stop": 820485899
        },
        {
            "start": 820485904,
            "stop": 820486221
        },
        {
            "start": 820486224,
            "stop": 820486248
        },
        {
            "start": 820486251,
            "stop": 820486548
        },
        {
            "start": 820486551,
            "stop": 820486908
        },
        {
            "start": 820486911,
            "stop": 820487403
        },
        {
            "start": 820487406,
            "stop": 820487536
        },
        {
            "start": 820487539,
            "stop": 820487664
        },
        {
            "start": 820487667,
            "stop": 820487669
        },
        {
            "start": 820487672,
            "stop": 820487813
        },
        {
            "start": 820487816,
            "stop": 820488002
        },
        {
            "start": 820488006,
            "stop": 820488009
        },
        {
            "start": 820488012,
            "stop": 820488213
        },
        {
            "start": 820488216,
            "stop": 820488443
        },
        {
            "start": 820488446,
            "stop": 820488592
        },
        {
            "start": 820488595,
            "stop": 820488658
        }
    ]
}