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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 119,
    "results": [
        {
            "start": 1257922802,
            "stop": 1257924798
        },
        {
            "start": 1257962248,
            "stop": 1257962908
        },
        {
            "start": 1257962911,
            "stop": 1257963260
        },
        {
            "start": 1257963263,
            "stop": 1257964161
        },
        {
            "start": 1257964164,
            "stop": 1257964383
        },
        {
            "start": 1257964386,
            "stop": 1257965174
        },
        {
            "start": 1257965177,
            "stop": 1257965180
        },
        {
            "start": 1257965183,
            "stop": 1257966723
        },
        {
            "start": 1257966724,
            "stop": 1257966725
        },
        {
            "start": 1257966726,
            "stop": 1257966729
        },
        {
            "start": 1257966731,
            "stop": 1257967387
        },
        {
            "start": 1257967390,
            "stop": 1257967411
        },
        {
            "start": 1257967414,
            "stop": 1257967422
        },
        {
            "start": 1257967423,
            "stop": 1257967424
        },
        {
            "start": 1257967427,
            "stop": 1257967431
        },
        {
            "start": 1257967433,
            "stop": 1257967481
        },
        {
            "start": 1257967482,
            "stop": 1257967484
        },
        {
            "start": 1257967485,
            "stop": 1257967547
        },
        {
            "start": 1257967549,
            "stop": 1257967586
        },
        {
            "start": 1257967587,
            "stop": 1257967590
        }
    ]
}