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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=130",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 131,
    "results": [
        {
            "start": 1258077588,
            "stop": 1258077634
        },
        {
            "start": 1258077637,
            "stop": 1258078797
        },
        {
            "start": 1258078800,
            "stop": 1258079452
        },
        {
            "start": 1258079455,
            "stop": 1258080396
        },
        {
            "start": 1258080399,
            "stop": 1258082281
        },
        {
            "start": 1258082284,
            "stop": 1258083825
        },
        {
            "start": 1258083828,
            "stop": 1258084218
        },
        {
            "start": 1258084221,
            "stop": 1258087290
        },
        {
            "start": 1258087293,
            "stop": 1258090040
        },
        {
            "start": 1258090048,
            "stop": 1258090215
        },
        {
            "start": 1258090218,
            "stop": 1258090906
        },
        {
            "start": 1258090910,
            "stop": 1258092792
        },
        {
            "start": 1258092795,
            "stop": 1258093071
        },
        {
            "start": 1258093074,
            "stop": 1258093763
        },
        {
            "start": 1258093771,
            "stop": 1258098075
        },
        {
            "start": 1258098083,
            "stop": 1258099500
        },
        {
            "start": 1258099503,
            "stop": 1258105537
        },
        {
            "start": 1258105545,
            "stop": 1258106402
        },
        {
            "start": 1258106405,
            "stop": 1258107425
        },
        {
            "start": 1258107428,
            "stop": 1258109133
        }
    ]
}