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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=32",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 33,
    "results": [
        {
            "start": 1181985023,
            "stop": 1181985668
        },
        {
            "start": 1181998224,
            "stop": 1182003037
        },
        {
            "start": 1182056293,
            "stop": 1182059551
        },
        {
            "start": 1182061675,
            "stop": 1182065782
        },
        {
            "start": 1182075203,
            "stop": 1182093195
        },
        {
            "start": 1182106504,
            "stop": 1182112417
        },
        {
            "start": 1182134171,
            "stop": 1182170355
        },
        {
            "start": 1182195955,
            "stop": 1182402820
        },
        {
            "start": 1182405092,
            "stop": 1182423275
        },
        {
            "start": 1182424945,
            "stop": 1182425088
        },
        {
            "start": 1182425134,
            "stop": 1182471466
        },
        {
            "start": 1182474765,
            "stop": 1182478039
        },
        {
            "start": 1182483642,
            "stop": 1182493243
        },
        {
            "start": 1182500508,
            "stop": 1182517011
        },
        {
            "start": 1182519980,
            "stop": 1182533939
        },
        {
            "start": 1182537957,
            "stop": 1182540264
        },
        {
            "start": 1182540636,
            "stop": 1182554577
        },
        {
            "start": 1182555474,
            "stop": 1182560646
        },
        {
            "start": 1182583306,
            "stop": 1182587249
        },
        {
            "start": 1182604435,
            "stop": 1182611432
        }
    ]
}