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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=37",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 38,
    "results": [
        {
            "start": 1257239955,
            "stop": 1257240347
        },
        {
            "start": 1257240350,
            "stop": 1257240942
        },
        {
            "start": 1257240945,
            "stop": 1257243492
        },
        {
            "start": 1257243493,
            "stop": 1257243496
        },
        {
            "start": 1257243497,
            "stop": 1257243501
        },
        {
            "start": 1257243504,
            "stop": 1257243524
        },
        {
            "start": 1257243525,
            "stop": 1257243527
        },
        {
            "start": 1257243528,
            "stop": 1257243572
        },
        {
            "start": 1257243575,
            "stop": 1257243593
        },
        {
            "start": 1257243594,
            "stop": 1257243596
        },
        {
            "start": 1257243597,
            "stop": 1257243636
        },
        {
            "start": 1257243639,
            "stop": 1257243656
        },
        {
            "start": 1257243660,
            "stop": 1257246286
        },
        {
            "start": 1257246289,
            "stop": 1257246394
        },
        {
            "start": 1257246397,
            "stop": 1257246399
        },
        {
            "start": 1257250973,
            "stop": 1257254139
        },
        {
            "start": 1257254142,
            "stop": 1257255403
        },
        {
            "start": 1257255406,
            "stop": 1257257855
        },
        {
            "start": 1257257858,
            "stop": 1257258896
        },
        {
            "start": 1257258899,
            "stop": 1257259724
        }
    ]
}