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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 121,
    "results": [
        {
            "start": 1257980203,
            "stop": 1257980204
        },
        {
            "start": 1257980205,
            "stop": 1257980281
        },
        {
            "start": 1257980283,
            "stop": 1257980297
        },
        {
            "start": 1257980298,
            "stop": 1257980304
        },
        {
            "start": 1257980305,
            "stop": 1257980356
        },
        {
            "start": 1257980358,
            "stop": 1257980360
        },
        {
            "start": 1257980362,
            "stop": 1257980481
        },
        {
            "start": 1257980483,
            "stop": 1257980507
        },
        {
            "start": 1257980508,
            "stop": 1257980510
        },
        {
            "start": 1257980511,
            "stop": 1257980537
        },
        {
            "start": 1257980539,
            "stop": 1257980540
        },
        {
            "start": 1257980541,
            "stop": 1257980563
        },
        {
            "start": 1257980564,
            "stop": 1257980569
        },
        {
            "start": 1257980570,
            "stop": 1257982102
        },
        {
            "start": 1257982105,
            "stop": 1257984105
        },
        {
            "start": 1257984108,
            "stop": 1257984491
        },
        {
            "start": 1257984494,
            "stop": 1257984752
        },
        {
            "start": 1257984755,
            "stop": 1257986021
        },
        {
            "start": 1257986024,
            "stop": 1257990285
        },
        {
            "start": 1257990288,
            "stop": 1257990823
        }
    ]
}