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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=104",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 105,
    "results": [
        {
            "start": 965768076,
            "stop": 965770354
        },
        {
            "start": 965781288,
            "stop": 965797299
        },
        {
            "start": 965797779,
            "stop": 965807048
        },
        {
            "start": 965811674,
            "stop": 965830935
        },
        {
            "start": 965832600,
            "stop": 965835251
        },
        {
            "start": 965836828,
            "stop": 965862323
        },
        {
            "start": 965868363,
            "stop": 965873999
        },
        {
            "start": 965876809,
            "stop": 965921232
        },
        {
            "start": 965923163,
            "stop": 965944755
        },
        {
            "start": 965959324,
            "stop": 965965894
        },
        {
            "start": 965967787,
            "stop": 965969414
        },
        {
            "start": 965971585,
            "stop": 965984648
        },
        {
            "start": 965984827,
            "stop": 965991899
        },
        {
            "start": 965992451,
            "stop": 965995632
        },
        {
            "start": 965997338,
            "stop": 966023265
        },
        {
            "start": 966047120,
            "stop": 966048722
        },
        {
            "start": 966055558,
            "stop": 966080594
        },
        {
            "start": 966082620,
            "stop": 966092446
        },
        {
            "start": 966119231,
            "stop": 966136208
        },
        {
            "start": 966138174,
            "stop": 966184901
        }
    ]
}