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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT2/segments?format=api&page=14",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 15,
    "results": [
        {
            "start": 1241916955,
            "stop": 1241919539
        },
        {
            "start": 1241919547,
            "stop": 1241922347
        },
        {
            "start": 1241922355,
            "stop": 1241923883
        },
        {
            "start": 1241923891,
            "stop": 1241924699
        },
        {
            "start": 1241924707,
            "stop": 1241926251
        },
        {
            "start": 1241926259,
            "stop": 1241928979
        },
        {
            "start": 1241928987,
            "stop": 1241932915
        },
        {
            "start": 1241932923,
            "stop": 1241935467
        },
        {
            "start": 1241935475,
            "stop": 1241936688
        },
        {
            "start": 1241937141,
            "stop": 1241937697
        },
        {
            "start": 1241937713,
            "stop": 1241939921
        },
        {
            "start": 1241939929,
            "stop": 1241944137
        },
        {
            "start": 1241944153,
            "stop": 1241947769
        },
        {
            "start": 1241947777,
            "stop": 1241950113
        },
        {
            "start": 1241950121,
            "stop": 1241953393
        },
        {
            "start": 1241953401,
            "stop": 1241954601
        },
        {
            "start": 1241954609,
            "stop": 1241957441
        },
        {
            "start": 1241957449,
            "stop": 1241957737
        },
        {
            "start": 1241958888,
            "stop": 1241959791
        },
        {
            "start": 1241993549,
            "stop": 1241993569
        }
    ]
}