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/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7613
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7614",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7612",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7613,
    "results": [
        {
            "start": 970745535,
            "stop": 970745544
        },
        {
            "start": 970745547,
            "stop": 970745582
        },
        {
            "start": 970745585,
            "stop": 970747036
        },
        {
            "start": 970747096,
            "stop": 970747204
        },
        {
            "start": 970747207,
            "stop": 970747417
        },
        {
            "start": 970747420,
            "stop": 970747557
        },
        {
            "start": 970747560,
            "stop": 970749397
        },
        {
            "start": 970749400,
            "stop": 970750356
        },
        {
            "start": 970750359,
            "stop": 970750460
        },
        {
            "start": 970750463,
            "stop": 970750757
        },
        {
            "start": 970750760,
            "stop": 970751626
        },
        {
            "start": 970751629,
            "stop": 970751807
        },
        {
            "start": 970751815,
            "stop": 970752031
        },
        {
            "start": 970752034,
            "stop": 970752392
        },
        {
            "start": 970752395,
            "stop": 970753643
        },
        {
            "start": 970753646,
            "stop": 970753657
        },
        {
            "start": 970753660,
            "stop": 970753716
        },
        {
            "start": 970753719,
            "stop": 970753721
        },
        {
            "start": 970753724,
            "stop": 970753821
        },
        {
            "start": 970753825,
            "stop": 970753847
        }
    ]
}