Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2220
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2219",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2220,
    "results": [
        {
            "start": 874788165,
            "stop": 874788180
        },
        {
            "start": 874788240,
            "stop": 874790498
        },
        {
            "start": 874790501,
            "stop": 874790525
        },
        {
            "start": 874790533,
            "stop": 874796940
        },
        {
            "start": 874797000,
            "stop": 874801965
        },
        {
            "start": 874802689,
            "stop": 874817323
        },
        {
            "start": 874819487,
            "stop": 874845956
        },
        {
            "start": 874847419,
            "stop": 874848004
        },
        {
            "start": 874850662,
            "stop": 874851060
        },
        {
            "start": 874851120,
            "stop": 874851523
        },
        {
            "start": 874851526,
            "stop": 874851540
        },
        {
            "start": 874851600,
            "stop": 874852125
        },
        {
            "start": 874852131,
            "stop": 874857668
        },
        {
            "start": 874869121,
            "stop": 874873727
        },
        {
            "start": 874874027,
            "stop": 874874433
        },
        {
            "start": 874874436,
            "stop": 874874442
        },
        {
            "start": 874874446,
            "stop": 874874447
        },
        {
            "start": 874874450,
            "stop": 874874462
        },
        {
            "start": 874874572,
            "stop": 874874759
        },
        {
            "start": 874875059,
            "stop": 874875247
        }
    ]
}