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=780
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=781",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=779",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 780,
    "results": [
        {
            "start": 1269312149,
            "stop": 1269317321
        },
        {
            "start": 1269317324,
            "stop": 1269321289
        },
        {
            "start": 1269321293,
            "stop": 1269322613
        },
        {
            "start": 1269322616,
            "stop": 1269324792
        },
        {
            "start": 1269324795,
            "stop": 1269325936
        },
        {
            "start": 1269325939,
            "stop": 1269326457
        },
        {
            "start": 1269326460,
            "stop": 1269328138
        },
        {
            "start": 1269328141,
            "stop": 1269329603
        },
        {
            "start": 1269329606,
            "stop": 1269329849
        },
        {
            "start": 1269329851,
            "stop": 1269330805
        },
        {
            "start": 1269330808,
            "stop": 1269331252
        },
        {
            "start": 1269331256,
            "stop": 1269331298
        },
        {
            "start": 1269331301,
            "stop": 1269331364
        },
        {
            "start": 1269331367,
            "stop": 1269332838
        },
        {
            "start": 1269332840,
            "stop": 1269333571
        },
        {
            "start": 1269333572,
            "stop": 1269333910
        },
        {
            "start": 1269333913,
            "stop": 1269336124
        },
        {
            "start": 1269336127,
            "stop": 1269339862
        },
        {
            "start": 1269339866,
            "stop": 1269342459
        },
        {
            "start": 1269342462,
            "stop": 1269342801
        }
    ]
}