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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=190",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 191,
    "results": [
        {
            "start": 1258966645,
            "stop": 1258966692
        },
        {
            "start": 1258966695,
            "stop": 1258966767
        },
        {
            "start": 1258966770,
            "stop": 1258966840
        },
        {
            "start": 1258966842,
            "stop": 1258966846
        },
        {
            "start": 1258966849,
            "stop": 1258966860
        },
        {
            "start": 1258966863,
            "stop": 1258966869
        },
        {
            "start": 1258966872,
            "stop": 1258966903
        },
        {
            "start": 1258966906,
            "stop": 1258967168
        },
        {
            "start": 1258967171,
            "stop": 1258967311
        },
        {
            "start": 1258967314,
            "stop": 1258967318
        },
        {
            "start": 1258967321,
            "stop": 1258967388
        },
        {
            "start": 1258967389,
            "stop": 1258967390
        },
        {
            "start": 1258967393,
            "stop": 1258967436
        },
        {
            "start": 1258967444,
            "stop": 1258967464
        },
        {
            "start": 1258967467,
            "stop": 1258967505
        },
        {
            "start": 1258967508,
            "stop": 1258967585
        },
        {
            "start": 1258967586,
            "stop": 1258967620
        },
        {
            "start": 1258967623,
            "stop": 1258967664
        },
        {
            "start": 1258967667,
            "stop": 1258967678
        },
        {
            "start": 1258967681,
            "stop": 1258967709
        }
    ]
}