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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3058",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3059,
    "results": [
        {
            "start": 865180073,
            "stop": 865180087
        },
        {
            "start": 865180093,
            "stop": 865180321
        },
        {
            "start": 865180325,
            "stop": 865180620
        },
        {
            "start": 865180680,
            "stop": 865180920
        },
        {
            "start": 865180980,
            "stop": 865181181
        },
        {
            "start": 865181184,
            "stop": 865181400
        },
        {
            "start": 865181640,
            "stop": 865181809
        },
        {
            "start": 865182426,
            "stop": 865182462
        },
        {
            "start": 865182467,
            "stop": 865182479
        },
        {
            "start": 865182484,
            "stop": 865182600
        },
        {
            "start": 865182780,
            "stop": 865182866
        },
        {
            "start": 865182869,
            "stop": 865182893
        },
        {
            "start": 865182897,
            "stop": 865182900
        },
        {
            "start": 865182960,
            "stop": 865183005
        },
        {
            "start": 865183010,
            "stop": 865183020
        },
        {
            "start": 865183140,
            "stop": 865183200
        },
        {
            "start": 865183384,
            "stop": 865183414
        },
        {
            "start": 865183417,
            "stop": 865183437
        },
        {
            "start": 865184605,
            "stop": 865184644
        },
        {
            "start": 865184944,
            "stop": 865184983
        }
    ]
}