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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=103",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 104,
    "results": [
        {
            "start": 1257830531,
            "stop": 1257830534
        },
        {
            "start": 1257830536,
            "stop": 1257830544
        },
        {
            "start": 1257830547,
            "stop": 1257830555
        },
        {
            "start": 1257830558,
            "stop": 1257830663
        },
        {
            "start": 1257830666,
            "stop": 1257830806
        },
        {
            "start": 1257830809,
            "stop": 1257830845
        },
        {
            "start": 1257830848,
            "stop": 1257830956
        },
        {
            "start": 1257830959,
            "stop": 1257830960
        },
        {
            "start": 1257830963,
            "stop": 1257830978
        },
        {
            "start": 1257830981,
            "stop": 1257831033
        },
        {
            "start": 1257831036,
            "stop": 1257831055
        },
        {
            "start": 1257831058,
            "stop": 1257831178
        },
        {
            "start": 1257831181,
            "stop": 1257831213
        },
        {
            "start": 1257831219,
            "stop": 1257831255
        },
        {
            "start": 1257831258,
            "stop": 1257831261
        },
        {
            "start": 1257831264,
            "stop": 1257831300
        },
        {
            "start": 1257831306,
            "stop": 1257831308
        },
        {
            "start": 1257831311,
            "stop": 1257831314
        },
        {
            "start": 1257831317,
            "stop": 1257831360
        },
        {
            "start": 1257831453,
            "stop": 1257831455
        }
    ]
}