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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=114",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 115,
    "results": [
        {
            "start": 1257863565,
            "stop": 1257863644
        },
        {
            "start": 1257863646,
            "stop": 1257863877
        },
        {
            "start": 1257863880,
            "stop": 1257863907
        },
        {
            "start": 1257863910,
            "stop": 1257863924
        },
        {
            "start": 1257863927,
            "stop": 1257863954
        },
        {
            "start": 1257863957,
            "stop": 1257864075
        },
        {
            "start": 1257864078,
            "stop": 1257864140
        },
        {
            "start": 1257864143,
            "stop": 1257864223
        },
        {
            "start": 1257864229,
            "stop": 1257864264
        },
        {
            "start": 1257864270,
            "stop": 1257864382
        },
        {
            "start": 1257864388,
            "stop": 1257864680
        },
        {
            "start": 1257864683,
            "stop": 1257865103
        },
        {
            "start": 1257865106,
            "stop": 1257865205
        },
        {
            "start": 1257865208,
            "stop": 1257865339
        },
        {
            "start": 1257865342,
            "stop": 1257865418
        },
        {
            "start": 1257865421,
            "stop": 1257865562
        },
        {
            "start": 1257865565,
            "stop": 1257865937
        },
        {
            "start": 1257865940,
            "stop": 1257866169
        },
        {
            "start": 1257866172,
            "stop": 1257866350
        },
        {
            "start": 1257866356,
            "stop": 1257866360
        }
    ]
}