Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=224
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=223",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 224,
    "results": [
        {
            "start": 934290166,
            "stop": 934290182
        },
        {
            "start": 934290185,
            "stop": 934290190
        },
        {
            "start": 934290192,
            "stop": 934290208
        },
        {
            "start": 934290211,
            "stop": 934290215
        },
        {
            "start": 934290217,
            "stop": 934290231
        },
        {
            "start": 934290235,
            "stop": 934291747
        },
        {
            "start": 934294840,
            "stop": 934297366
        },
        {
            "start": 934297370,
            "stop": 934297411
        },
        {
            "start": 934297413,
            "stop": 934297416
        },
        {
            "start": 934297419,
            "stop": 934297433
        },
        {
            "start": 934297437,
            "stop": 934299165
        },
        {
            "start": 934302076,
            "stop": 934304558
        },
        {
            "start": 934304560,
            "stop": 934304591
        },
        {
            "start": 934304593,
            "stop": 934304609
        },
        {
            "start": 934304613,
            "stop": 934304616
        },
        {
            "start": 934304618,
            "stop": 934304632
        },
        {
            "start": 934304636,
            "stop": 934307000
        },
        {
            "start": 934307002,
            "stop": 934307703
        },
        {
            "start": 934309513,
            "stop": 934311027
        },
        {
            "start": 934311029,
            "stop": 934311041
        }
    ]
}