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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=839",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=837",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 838,
    "results": [
        {
            "start": 1269226486,
            "stop": 1269226693
        },
        {
            "start": 1269226695,
            "stop": 1269228780
        },
        {
            "start": 1269228782,
            "stop": 1269236368
        },
        {
            "start": 1269236369,
            "stop": 1269236956
        },
        {
            "start": 1269236960,
            "stop": 1269237267
        },
        {
            "start": 1269237270,
            "stop": 1269239692
        },
        {
            "start": 1269239695,
            "stop": 1269239875
        },
        {
            "start": 1269239876,
            "stop": 1269244072
        },
        {
            "start": 1269244074,
            "stop": 1269245219
        },
        {
            "start": 1269245221,
            "stop": 1269254365
        },
        {
            "start": 1269254370,
            "stop": 1269254867
        },
        {
            "start": 1269254869,
            "stop": 1269266026
        },
        {
            "start": 1269266028,
            "stop": 1269268122
        },
        {
            "start": 1269268126,
            "stop": 1269268160
        },
        {
            "start": 1269268163,
            "stop": 1269271634
        },
        {
            "start": 1269271730,
            "stop": 1269271798
        },
        {
            "start": 1269271803,
            "stop": 1269273744
        },
        {
            "start": 1269273746,
            "stop": 1269275597
        },
        {
            "start": 1269275602,
            "stop": 1269277687
        },
        {
            "start": 1269277690,
            "stop": 1269278174
        }
    ]
}