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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 132,
    "results": [
        {
            "start": 1258109141,
            "stop": 1258110916
        },
        {
            "start": 1258110919,
            "stop": 1258111820
        },
        {
            "start": 1258111823,
            "stop": 1258114624
        },
        {
            "start": 1258114627,
            "stop": 1258115054
        },
        {
            "start": 1258115057,
            "stop": 1258115650
        },
        {
            "start": 1258115651,
            "stop": 1258115653
        },
        {
            "start": 1258115656,
            "stop": 1258115929
        },
        {
            "start": 1258115932,
            "stop": 1258116015
        },
        {
            "start": 1258116017,
            "stop": 1258116083
        },
        {
            "start": 1258116088,
            "stop": 1258116096
        },
        {
            "start": 1258116099,
            "stop": 1258116160
        },
        {
            "start": 1258116162,
            "stop": 1258116485
        },
        {
            "start": 1258116488,
            "stop": 1258117717
        },
        {
            "start": 1258117720,
            "stop": 1258117724
        },
        {
            "start": 1258117727,
            "stop": 1258117754
        },
        {
            "start": 1258117757,
            "stop": 1258117780
        },
        {
            "start": 1258117783,
            "stop": 1258117859
        },
        {
            "start": 1258117862,
            "stop": 1258117871
        },
        {
            "start": 1258117873,
            "stop": 1258119802
        },
        {
            "start": 1258119805,
            "stop": 1258121197
        }
    ]
}