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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16592",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16590",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16591,
    "results": [
        {
            "start": 874718189,
            "stop": 874718230
        },
        {
            "start": 874718231,
            "stop": 874718281
        },
        {
            "start": 874718283,
            "stop": 874718598
        },
        {
            "start": 874718599,
            "stop": 874718680
        },
        {
            "start": 874718681,
            "stop": 874718736
        },
        {
            "start": 874718738,
            "stop": 874718789
        },
        {
            "start": 874718790,
            "stop": 874718901
        },
        {
            "start": 874718902,
            "stop": 874718950
        },
        {
            "start": 874718951,
            "stop": 874718977
        },
        {
            "start": 874718978,
            "stop": 874719078
        },
        {
            "start": 874719079,
            "stop": 874719185
        },
        {
            "start": 874719186,
            "stop": 874719264
        },
        {
            "start": 874719266,
            "stop": 874719329
        },
        {
            "start": 874719330,
            "stop": 874719338
        },
        {
            "start": 874719339,
            "stop": 874719385
        },
        {
            "start": 874719386,
            "stop": 874719414
        },
        {
            "start": 874719416,
            "stop": 874719437
        },
        {
            "start": 874719438,
            "stop": 874719490
        },
        {
            "start": 874719491,
            "stop": 874719494
        },
        {
            "start": 874719495,
            "stop": 874719513
        }
    ]
}