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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=760",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=758",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 759,
    "results": [
        {
            "start": 1268743451,
            "stop": 1268743620
        },
        {
            "start": 1268743625,
            "stop": 1268744909
        },
        {
            "start": 1268744912,
            "stop": 1268746768
        },
        {
            "start": 1268746771,
            "stop": 1268746826
        },
        {
            "start": 1268746830,
            "stop": 1268748906
        },
        {
            "start": 1268748909,
            "stop": 1268749917
        },
        {
            "start": 1268749921,
            "stop": 1268751841
        },
        {
            "start": 1268751844,
            "stop": 1268755920
        },
        {
            "start": 1268755923,
            "stop": 1268755960
        },
        {
            "start": 1268755966,
            "stop": 1268755967
        },
        {
            "start": 1268755969,
            "stop": 1268755989
        },
        {
            "start": 1268756004,
            "stop": 1268756005
        },
        {
            "start": 1268756006,
            "stop": 1268756027
        },
        {
            "start": 1268756029,
            "stop": 1268756032
        },
        {
            "start": 1268756033,
            "stop": 1268756457
        },
        {
            "start": 1268756461,
            "stop": 1268757636
        },
        {
            "start": 1268757639,
            "stop": 1268760648
        },
        {
            "start": 1268768240,
            "stop": 1268774132
        },
        {
            "start": 1268774207,
            "stop": 1268774557
        },
        {
            "start": 1268774573,
            "stop": 1268775998
        }
    ]
}