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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=60",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 61,
    "results": [
        {
            "start": 1257456023,
            "stop": 1257456028
        },
        {
            "start": 1257456031,
            "stop": 1257456040
        },
        {
            "start": 1257456043,
            "stop": 1257456058
        },
        {
            "start": 1257456060,
            "stop": 1257456061
        },
        {
            "start": 1257456062,
            "stop": 1257456077
        },
        {
            "start": 1257456081,
            "stop": 1257456087
        },
        {
            "start": 1257456093,
            "stop": 1257456097
        },
        {
            "start": 1257456100,
            "stop": 1257456131
        },
        {
            "start": 1257456137,
            "stop": 1257456139
        },
        {
            "start": 1257456142,
            "stop": 1257456143
        },
        {
            "start": 1257456146,
            "stop": 1257456148
        },
        {
            "start": 1257456151,
            "stop": 1257456169
        },
        {
            "start": 1257456173,
            "stop": 1257456198
        },
        {
            "start": 1257456201,
            "stop": 1257456339
        },
        {
            "start": 1257456343,
            "stop": 1257456350
        },
        {
            "start": 1257456353,
            "stop": 1257456357
        },
        {
            "start": 1257456360,
            "stop": 1257456365
        },
        {
            "start": 1257456368,
            "stop": 1257456375
        },
        {
            "start": 1257456378,
            "stop": 1257456463
        },
        {
            "start": 1257456466,
            "stop": 1257456473
        }
    ]
}