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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=7",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 8,
    "results": [
        {
            "start": 931091982,
            "stop": 931091990
        },
        {
            "start": 931091993,
            "stop": 931092000
        },
        {
            "start": 931092006,
            "stop": 931092008
        },
        {
            "start": 931092012,
            "stop": 931092016
        },
        {
            "start": 931092017,
            "stop": 931092020
        },
        {
            "start": 931092021,
            "stop": 931092026
        },
        {
            "start": 931092028,
            "stop": 931092029
        },
        {
            "start": 931092033,
            "stop": 931092034
        },
        {
            "start": 931092038,
            "stop": 931092040
        },
        {
            "start": 931092041,
            "stop": 931092062
        },
        {
            "start": 931092064,
            "stop": 931092067
        },
        {
            "start": 931092069,
            "stop": 931092071
        },
        {
            "start": 931092079,
            "stop": 931092084
        },
        {
            "start": 931092090,
            "stop": 931092091
        },
        {
            "start": 931092093,
            "stop": 931092106
        },
        {
            "start": 931092110,
            "stop": 931092129
        },
        {
            "start": 931092130,
            "stop": 931092133
        },
        {
            "start": 931092136,
            "stop": 931092186
        },
        {
            "start": 931092187,
            "stop": 931092192
        },
        {
            "start": 931092195,
            "stop": 931092205
        }
    ]
}