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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=179",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 180,
    "results": [
        {
            "start": 1258797734,
            "stop": 1258799861
        },
        {
            "start": 1258799863,
            "stop": 1258801777
        },
        {
            "start": 1258801780,
            "stop": 1258803550
        },
        {
            "start": 1258803553,
            "stop": 1258807224
        },
        {
            "start": 1258807227,
            "stop": 1258808297
        },
        {
            "start": 1258808300,
            "stop": 1258810391
        },
        {
            "start": 1258810394,
            "stop": 1258815025
        },
        {
            "start": 1258815033,
            "stop": 1258815111
        },
        {
            "start": 1258815119,
            "stop": 1258815239
        },
        {
            "start": 1258815242,
            "stop": 1258815296
        },
        {
            "start": 1258815299,
            "stop": 1258818347
        },
        {
            "start": 1258840018,
            "stop": 1258840200
        },
        {
            "start": 1258840747,
            "stop": 1258841879
        },
        {
            "start": 1258841882,
            "stop": 1258841943
        },
        {
            "start": 1258841945,
            "stop": 1258842274
        },
        {
            "start": 1258842277,
            "stop": 1258842333
        },
        {
            "start": 1258842336,
            "stop": 1258842565
        },
        {
            "start": 1258842568,
            "stop": 1258844094
        },
        {
            "start": 1258844097,
            "stop": 1258848578
        },
        {
            "start": 1258848581,
            "stop": 1258848587
        }
    ]
}