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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=15",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 16,
    "results": [
        {
            "start": 1267911345,
            "stop": 1267931307
        },
        {
            "start": 1267931347,
            "stop": 1267964400
        },
        {
            "start": 1267965721,
            "stop": 1267989555
        },
        {
            "start": 1267998057,
            "stop": 1267999077
        },
        {
            "start": 1267999308,
            "stop": 1268042986
        },
        {
            "start": 1268045773,
            "stop": 1268066034
        },
        {
            "start": 1268078136,
            "stop": 1268081990
        },
        {
            "start": 1268082318,
            "stop": 1268082494
        },
        {
            "start": 1268082513,
            "stop": 1268118524
        },
        {
            "start": 1268118596,
            "stop": 1268125093
        },
        {
            "start": 1268125184,
            "stop": 1268149397
        },
        {
            "start": 1268160587,
            "stop": 1268186242
        },
        {
            "start": 1268187806,
            "stop": 1268215903
        },
        {
            "start": 1268230068,
            "stop": 1268238822
        },
        {
            "start": 1268241608,
            "stop": 1268279299
        },
        {
            "start": 1268281886,
            "stop": 1268311356
        },
        {
            "start": 1268312132,
            "stop": 1268331860
        },
        {
            "start": 1268334202,
            "stop": 1268367602
        },
        {
            "start": 1268369593,
            "stop": 1268400028
        },
        {
            "start": 1268404792,
            "stop": 1268420276
        }
    ]
}