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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=60",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 61,
    "results": [
        {
            "start": 1174665300,
            "stop": 1174665310
        },
        {
            "start": 1174665330,
            "stop": 1174667380
        },
        {
            "start": 1174667440,
            "stop": 1174667590
        },
        {
            "start": 1174667600,
            "stop": 1174669490
        },
        {
            "start": 1174669500,
            "stop": 1174670644
        },
        {
            "start": 1174670645,
            "stop": 1174670870
        },
        {
            "start": 1174670880,
            "stop": 1174671250
        },
        {
            "start": 1174671300,
            "stop": 1174671990
        },
        {
            "start": 1174672110,
            "stop": 1174673010
        },
        {
            "start": 1174673060,
            "stop": 1174673070
        },
        {
            "start": 1174673080,
            "stop": 1174674330
        },
        {
            "start": 1174674340,
            "stop": 1174674360
        },
        {
            "start": 1174674370,
            "stop": 1174674390
        },
        {
            "start": 1174674400,
            "stop": 1174674410
        },
        {
            "start": 1174674420,
            "stop": 1174674430
        },
        {
            "start": 1174674470,
            "stop": 1174674740
        },
        {
            "start": 1174674800,
            "stop": 1174675340
        },
        {
            "start": 1174675410,
            "stop": 1174675430
        },
        {
            "start": 1174675450,
            "stop": 1174676020
        },
        {
            "start": 1174676030,
            "stop": 1174676060
        }
    ]
}