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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=101",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 102,
    "results": [
        {
            "start": 1134793587,
            "stop": 1134793613
        },
        {
            "start": 1134793618,
            "stop": 1134794197
        },
        {
            "start": 1134794206,
            "stop": 1134794235
        },
        {
            "start": 1134794241,
            "stop": 1134794276
        },
        {
            "start": 1134794280,
            "stop": 1134794405
        },
        {
            "start": 1134794414,
            "stop": 1134794417
        },
        {
            "start": 1134794420,
            "stop": 1134794423
        },
        {
            "start": 1134794426,
            "stop": 1134794427
        },
        {
            "start": 1134794457,
            "stop": 1134794459
        },
        {
            "start": 1134794462,
            "stop": 1134794467
        },
        {
            "start": 1134794472,
            "stop": 1134794475
        },
        {
            "start": 1134794480,
            "stop": 1134794483
        },
        {
            "start": 1134794487,
            "stop": 1134794490
        },
        {
            "start": 1134794494,
            "stop": 1134794505
        },
        {
            "start": 1134794509,
            "stop": 1134794522
        },
        {
            "start": 1134794527,
            "stop": 1134794537
        },
        {
            "start": 1134794542,
            "stop": 1134794547
        },
        {
            "start": 1134794552,
            "stop": 1134794558
        },
        {
            "start": 1134794577,
            "stop": 1134794581
        },
        {
            "start": 1134794587,
            "stop": 1134794588
        }
    ]
}