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=33301
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=33302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33300",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33301,
    "results": [
        {
            "start": 971008969,
            "stop": 971008971
        },
        {
            "start": 971008973,
            "stop": 971008977
        },
        {
            "start": 971008978,
            "stop": 971008979
        },
        {
            "start": 971008980,
            "stop": 971008982
        },
        {
            "start": 971008983,
            "stop": 971008984
        },
        {
            "start": 971008987,
            "stop": 971008997
        },
        {
            "start": 971008998,
            "stop": 971009015
        },
        {
            "start": 971009017,
            "stop": 971009030
        },
        {
            "start": 971009032,
            "stop": 971009042
        },
        {
            "start": 971009043,
            "stop": 971009081
        },
        {
            "start": 971009082,
            "stop": 971009083
        },
        {
            "start": 971009084,
            "stop": 971009095
        },
        {
            "start": 971009097,
            "stop": 971009110
        },
        {
            "start": 971009111,
            "stop": 971009115
        },
        {
            "start": 971009117,
            "stop": 971009134
        },
        {
            "start": 971009137,
            "stop": 971009139
        },
        {
            "start": 971009140,
            "stop": 971009150
        },
        {
            "start": 971009151,
            "stop": 971009152
        },
        {
            "start": 971009153,
            "stop": 971009155
        },
        {
            "start": 971009156,
            "stop": 971009162
        }
    ]
}