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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=162",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 163,
    "results": [
        {
            "start": 862525756,
            "stop": 862533398
        },
        {
            "start": 862534185,
            "stop": 862556184
        },
        {
            "start": 862557304,
            "stop": 862597450
        },
        {
            "start": 862597985,
            "stop": 862599894
        },
        {
            "start": 862601833,
            "stop": 862668084
        },
        {
            "start": 862669265,
            "stop": 862671616
        },
        {
            "start": 862693028,
            "stop": 862695176
        },
        {
            "start": 862695344,
            "stop": 862697392
        },
        {
            "start": 862697536,
            "stop": 862698685
        },
        {
            "start": 862699782,
            "stop": 862701308
        },
        {
            "start": 862701487,
            "stop": 862701612
        },
        {
            "start": 862701813,
            "stop": 862704864
        },
        {
            "start": 862705719,
            "stop": 862713435
        },
        {
            "start": 862713482,
            "stop": 862732317
        },
        {
            "start": 862734309,
            "stop": 862768797
        },
        {
            "start": 862769663,
            "stop": 862770032
        },
        {
            "start": 862770130,
            "stop": 862773102
        },
        {
            "start": 862773541,
            "stop": 862780471
        },
        {
            "start": 862804891,
            "stop": 862870019
        },
        {
            "start": 862870153,
            "stop": 862870598
        }
    ]
}