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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=46",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 47,
    "results": [
        {
            "start": 1257340899,
            "stop": 1257340901
        },
        {
            "start": 1257340902,
            "stop": 1257340936
        },
        {
            "start": 1257340938,
            "stop": 1257341182
        },
        {
            "start": 1257341183,
            "stop": 1257342211
        },
        {
            "start": 1257342215,
            "stop": 1257343084
        },
        {
            "start": 1257343087,
            "stop": 1257343152
        },
        {
            "start": 1257343155,
            "stop": 1257345274
        },
        {
            "start": 1257345277,
            "stop": 1257345609
        },
        {
            "start": 1257345616,
            "stop": 1257346173
        },
        {
            "start": 1257346176,
            "stop": 1257347106
        },
        {
            "start": 1257347109,
            "stop": 1257347377
        },
        {
            "start": 1257347378,
            "stop": 1257347380
        },
        {
            "start": 1257347382,
            "stop": 1257347699
        },
        {
            "start": 1257347702,
            "stop": 1257349968
        },
        {
            "start": 1257349971,
            "stop": 1257350235
        },
        {
            "start": 1257350238,
            "stop": 1257351619
        },
        {
            "start": 1257351622,
            "stop": 1257352102
        },
        {
            "start": 1257352110,
            "stop": 1257352204
        },
        {
            "start": 1257352207,
            "stop": 1257354337
        },
        {
            "start": 1257354345,
            "stop": 1257354475
        }
    ]
}