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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 147,
    "results": [
        {
            "start": 931398920,
            "stop": 931398928
        },
        {
            "start": 931398930,
            "stop": 931398936
        },
        {
            "start": 931398939,
            "stop": 931398941
        },
        {
            "start": 931398942,
            "stop": 931398950
        },
        {
            "start": 931398952,
            "stop": 931398957
        },
        {
            "start": 931398958,
            "stop": 931398960
        },
        {
            "start": 931398961,
            "stop": 931398987
        },
        {
            "start": 931398988,
            "stop": 931399004
        },
        {
            "start": 931399006,
            "stop": 931399012
        },
        {
            "start": 931399014,
            "stop": 931399029
        },
        {
            "start": 931399033,
            "stop": 931399038
        },
        {
            "start": 931399040,
            "stop": 931399041
        },
        {
            "start": 931399045,
            "stop": 931399046
        },
        {
            "start": 931399048,
            "stop": 931399068
        },
        {
            "start": 931399069,
            "stop": 931399102
        },
        {
            "start": 931399103,
            "stop": 931399111
        },
        {
            "start": 931399112,
            "stop": 931399114
        },
        {
            "start": 931399116,
            "stop": 931399129
        },
        {
            "start": 931399131,
            "stop": 931399135
        },
        {
            "start": 931399137,
            "stop": 931399176
        }
    ]
}