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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=32",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 33,
    "results": [
        {
            "start": 966854145,
            "stop": 966854305
        },
        {
            "start": 966868080,
            "stop": 966868192
        },
        {
            "start": 966876553,
            "stop": 966876665
        },
        {
            "start": 966883993,
            "stop": 966884105
        },
        {
            "start": 966912267,
            "stop": 966912426
        },
        {
            "start": 966940562,
            "stop": 966940674
        },
        {
            "start": 966990875,
            "stop": 966990987
        },
        {
            "start": 967019939,
            "stop": 967020051
        },
        {
            "start": 967069859,
            "stop": 967069971
        },
        {
            "start": 967140488,
            "stop": 967140600
        },
        {
            "start": 967150209,
            "stop": 967150321
        },
        {
            "start": 967205929,
            "stop": 967206041
        },
        {
            "start": 967227257,
            "stop": 967227369
        },
        {
            "start": 967235297,
            "stop": 967235409
        },
        {
            "start": 967263545,
            "stop": 967263657
        },
        {
            "start": 967379023,
            "stop": 967379135
        },
        {
            "start": 967414191,
            "stop": 967414303
        },
        {
            "start": 967421344,
            "stop": 967421456
        },
        {
            "start": 967442792,
            "stop": 967442953
        },
        {
            "start": 967515599,
            "stop": 967515759
        }
    ]
}