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=662
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=663",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=661",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 662,
    "results": [
        {
            "start": 1264599355,
            "stop": 1264599358
        },
        {
            "start": 1264599360,
            "stop": 1264599379
        },
        {
            "start": 1264599382,
            "stop": 1264599384
        },
        {
            "start": 1264599386,
            "stop": 1264599391
        },
        {
            "start": 1264599397,
            "stop": 1264599400
        },
        {
            "start": 1264599403,
            "stop": 1264600999
        },
        {
            "start": 1264601002,
            "stop": 1264602556
        },
        {
            "start": 1264602559,
            "stop": 1264602924
        },
        {
            "start": 1264602927,
            "stop": 1264607843
        },
        {
            "start": 1264607851,
            "stop": 1264607982
        },
        {
            "start": 1264607986,
            "stop": 1264608828
        },
        {
            "start": 1264608831,
            "stop": 1264618228
        },
        {
            "start": 1264618231,
            "stop": 1264620504
        },
        {
            "start": 1264620507,
            "stop": 1264624868
        },
        {
            "start": 1264624871,
            "stop": 1264625526
        },
        {
            "start": 1264625529,
            "stop": 1264626500
        },
        {
            "start": 1264626502,
            "stop": 1264627137
        },
        {
            "start": 1264627140,
            "stop": 1264627529
        },
        {
            "start": 1264627532,
            "stop": 1264628826
        },
        {
            "start": 1264628829,
            "stop": 1264629836
        }
    ]
}