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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=29",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 30,
    "results": [
        {
            "start": 816436030,
            "stop": 816436123
        },
        {
            "start": 816436140,
            "stop": 816436377
        },
        {
            "start": 816436395,
            "stop": 816436595
        },
        {
            "start": 816436618,
            "stop": 816436678
        },
        {
            "start": 816436715,
            "stop": 816436922
        },
        {
            "start": 816436949,
            "stop": 816437041
        },
        {
            "start": 816437068,
            "stop": 816437070
        },
        {
            "start": 816437091,
            "stop": 816437501
        },
        {
            "start": 816437529,
            "stop": 816437832
        },
        {
            "start": 816439775,
            "stop": 816439800
        },
        {
            "start": 816439828,
            "stop": 816439853
        },
        {
            "start": 816439889,
            "stop": 816439963
        },
        {
            "start": 816439991,
            "stop": 816440049
        },
        {
            "start": 816440152,
            "stop": 816440153
        },
        {
            "start": 816440206,
            "stop": 816440208
        },
        {
            "start": 816440245,
            "stop": 816440249
        },
        {
            "start": 816443622,
            "stop": 816443645
        },
        {
            "start": 816443693,
            "stop": 816443784
        },
        {
            "start": 816443805,
            "stop": 816443809
        },
        {
            "start": 816443854,
            "stop": 816443916
        }
    ]
}