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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=345",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 346,
    "results": [
        {
            "start": 1182240356,
            "stop": 1182241121
        },
        {
            "start": 1182241122,
            "stop": 1182241150
        },
        {
            "start": 1182241152,
            "stop": 1182244422
        },
        {
            "start": 1182244423,
            "stop": 1182246617
        },
        {
            "start": 1182246618,
            "stop": 1182250082
        },
        {
            "start": 1182250083,
            "stop": 1182250980
        },
        {
            "start": 1182250982,
            "stop": 1182252127
        },
        {
            "start": 1182252128,
            "stop": 1182255296
        },
        {
            "start": 1182255297,
            "stop": 1182257333
        },
        {
            "start": 1182257334,
            "stop": 1182260600
        },
        {
            "start": 1182260601,
            "stop": 1182261632
        },
        {
            "start": 1182261634,
            "stop": 1182262802
        },
        {
            "start": 1182262803,
            "stop": 1182265473
        },
        {
            "start": 1182265475,
            "stop": 1182266873
        },
        {
            "start": 1182266874,
            "stop": 1182268443
        },
        {
            "start": 1182268445,
            "stop": 1182270033
        },
        {
            "start": 1182270034,
            "stop": 1182311870
        },
        {
            "start": 1182311871,
            "stop": 1182319262
        },
        {
            "start": 1182319264,
            "stop": 1182326815
        },
        {
            "start": 1182326816,
            "stop": 1182327110
        }
    ]
}