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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=12",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 13,
    "results": [
        {
            "start": 1256899101,
            "stop": 1256900641
        },
        {
            "start": 1256900649,
            "stop": 1256900998
        },
        {
            "start": 1256901000,
            "stop": 1256902547
        },
        {
            "start": 1256902550,
            "stop": 1256902656
        },
        {
            "start": 1256902750,
            "stop": 1256905169
        },
        {
            "start": 1256905170,
            "stop": 1256905654
        },
        {
            "start": 1256905657,
            "stop": 1256905679
        },
        {
            "start": 1256905682,
            "stop": 1256907616
        },
        {
            "start": 1256907619,
            "stop": 1256908519
        },
        {
            "start": 1256908522,
            "stop": 1256910429
        },
        {
            "start": 1256910430,
            "stop": 1256911573
        },
        {
            "start": 1256911575,
            "stop": 1256914298
        },
        {
            "start": 1256914301,
            "stop": 1256915958
        },
        {
            "start": 1256915966,
            "stop": 1256916908
        },
        {
            "start": 1256916911,
            "stop": 1256917142
        },
        {
            "start": 1256917145,
            "stop": 1256917173
        },
        {
            "start": 1256917175,
            "stop": 1256917330
        },
        {
            "start": 1256917338,
            "stop": 1256918070
        },
        {
            "start": 1256918073,
            "stop": 1256920274
        },
        {
            "start": 1256920277,
            "stop": 1256921762
        }
    ]
}