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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 109,
    "results": [
        {
            "start": 1257851384,
            "stop": 1257852113
        },
        {
            "start": 1257852116,
            "stop": 1257852266
        },
        {
            "start": 1257852268,
            "stop": 1257852478
        },
        {
            "start": 1257852481,
            "stop": 1257853535
        },
        {
            "start": 1257853538,
            "stop": 1257853548
        },
        {
            "start": 1257853550,
            "stop": 1257853558
        },
        {
            "start": 1257853561,
            "stop": 1257853657
        },
        {
            "start": 1257853660,
            "stop": 1257853674
        },
        {
            "start": 1257853677,
            "stop": 1257853908
        },
        {
            "start": 1257853914,
            "stop": 1257853988
        },
        {
            "start": 1257853991,
            "stop": 1257853997
        },
        {
            "start": 1257854000,
            "stop": 1257854042
        },
        {
            "start": 1257854045,
            "stop": 1257854303
        },
        {
            "start": 1257854306,
            "stop": 1257854461
        },
        {
            "start": 1257854464,
            "stop": 1257854723
        },
        {
            "start": 1257854726,
            "stop": 1257854768
        },
        {
            "start": 1257854771,
            "stop": 1257854977
        },
        {
            "start": 1257854983,
            "stop": 1257855010
        },
        {
            "start": 1257855013,
            "stop": 1257855050
        },
        {
            "start": 1257855056,
            "stop": 1257855081
        }
    ]
}