Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5163
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5164",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5162",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5163,
    "results": [
        {
            "start": 1136998981,
            "stop": 1136998991
        },
        {
            "start": 1136998993,
            "stop": 1136999001
        },
        {
            "start": 1136999003,
            "stop": 1136999013
        },
        {
            "start": 1136999015,
            "stop": 1136999024
        },
        {
            "start": 1136999026,
            "stop": 1136999028
        },
        {
            "start": 1136999030,
            "stop": 1136999036
        },
        {
            "start": 1136999038,
            "stop": 1136999048
        },
        {
            "start": 1136999050,
            "stop": 1136999058
        },
        {
            "start": 1136999060,
            "stop": 1136999063
        },
        {
            "start": 1136999065,
            "stop": 1136999071
        },
        {
            "start": 1136999073,
            "stop": 1136999081
        },
        {
            "start": 1136999083,
            "stop": 1136999093
        },
        {
            "start": 1136999095,
            "stop": 1136999096
        },
        {
            "start": 1136999098,
            "stop": 1136999106
        },
        {
            "start": 1136999108,
            "stop": 1136999118
        },
        {
            "start": 1136999120,
            "stop": 1136999140
        },
        {
            "start": 1136999142,
            "stop": 1136999154
        },
        {
            "start": 1136999156,
            "stop": 1136999164
        },
        {
            "start": 1136999168,
            "stop": 1136999188
        },
        {
            "start": 1136999190,
            "stop": 1136999199
        }
    ]
}