Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1814
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1815",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1813",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1814,
    "results": [
        {
            "start": 1250167060,
            "stop": 1250168127
        },
        {
            "start": 1250168130,
            "stop": 1250170077
        },
        {
            "start": 1250170080,
            "stop": 1250173223
        },
        {
            "start": 1250173225,
            "stop": 1250173422
        },
        {
            "start": 1250173423,
            "stop": 1250173887
        },
        {
            "start": 1250173890,
            "stop": 1250175224
        },
        {
            "start": 1250175232,
            "stop": 1250175676
        },
        {
            "start": 1250175679,
            "stop": 1250178619
        },
        {
            "start": 1250178621,
            "stop": 1250181503
        },
        {
            "start": 1250181505,
            "stop": 1250181863
        },
        {
            "start": 1250181871,
            "stop": 1250182187
        },
        {
            "start": 1250182190,
            "stop": 1250182427
        },
        {
            "start": 1250182430,
            "stop": 1250186543
        },
        {
            "start": 1250186544,
            "stop": 1250187411
        },
        {
            "start": 1250187419,
            "stop": 1250187756
        },
        {
            "start": 1250187759,
            "stop": 1250187800
        },
        {
            "start": 1250187803,
            "stop": 1250188510
        },
        {
            "start": 1250188513,
            "stop": 1250188538
        },
        {
            "start": 1250188541,
            "stop": 1250188564
        },
        {
            "start": 1250188567,
            "stop": 1250188598
        }
    ]
}