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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=108",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 109,
    "results": [
        {
            "start": 931092983,
            "stop": 931092986
        },
        {
            "start": 931092990,
            "stop": 931092996
        },
        {
            "start": 931093001,
            "stop": 931093002
        },
        {
            "start": 931093003,
            "stop": 931093004
        },
        {
            "start": 931093005,
            "stop": 931093007
        },
        {
            "start": 931093008,
            "stop": 931093012
        },
        {
            "start": 931093017,
            "stop": 931093020
        },
        {
            "start": 931093021,
            "stop": 931093024
        },
        {
            "start": 931093026,
            "stop": 931093028
        },
        {
            "start": 931093029,
            "stop": 931093030
        },
        {
            "start": 931093031,
            "stop": 931093039
        },
        {
            "start": 931093040,
            "stop": 931093044
        },
        {
            "start": 931093045,
            "stop": 931093046
        },
        {
            "start": 931093047,
            "stop": 931093049
        },
        {
            "start": 931093051,
            "stop": 931093058
        },
        {
            "start": 931093060,
            "stop": 931093064
        },
        {
            "start": 931093065,
            "stop": 931093069
        },
        {
            "start": 931093070,
            "stop": 931093079
        },
        {
            "start": 931093080,
            "stop": 931093081
        },
        {
            "start": 931093083,
            "stop": 931093086
        }
    ]
}