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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=342",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 343,
    "results": [
        {
            "start": 934290159,
            "stop": 934290164
        },
        {
            "start": 934290166,
            "stop": 934290182
        },
        {
            "start": 934290185,
            "stop": 934290190
        },
        {
            "start": 934290193,
            "stop": 934290208
        },
        {
            "start": 934290211,
            "stop": 934290215
        },
        {
            "start": 934290217,
            "stop": 934290231
        },
        {
            "start": 934290235,
            "stop": 934291058
        },
        {
            "start": 934291061,
            "stop": 934291194
        },
        {
            "start": 934291197,
            "stop": 934291747
        },
        {
            "start": 934294840,
            "stop": 934297366
        },
        {
            "start": 934297370,
            "stop": 934297411
        },
        {
            "start": 934297413,
            "stop": 934297416
        },
        {
            "start": 934297419,
            "stop": 934297433
        },
        {
            "start": 934297437,
            "stop": 934298661
        },
        {
            "start": 934298664,
            "stop": 934299165
        },
        {
            "start": 934302076,
            "stop": 934304558
        },
        {
            "start": 934304560,
            "stop": 934304591
        },
        {
            "start": 934304593,
            "stop": 934304609
        },
        {
            "start": 934304613,
            "stop": 934304616
        },
        {
            "start": 934304618,
            "stop": 934304632
        }
    ]
}