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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=337",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 338,
    "results": [
        {
            "start": 872817775,
            "stop": 872871611
        },
        {
            "start": 872873536,
            "stop": 872885477
        },
        {
            "start": 872887290,
            "stop": 872887296
        },
        {
            "start": 872887909,
            "stop": 872894726
        },
        {
            "start": 872894836,
            "stop": 872895077
        },
        {
            "start": 872895568,
            "stop": 872895588
        },
        {
            "start": 872895646,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872918013
        },
        {
            "start": 872918123,
            "stop": 872920062
        },
        {
            "start": 872920362,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872952983
        },
        {
            "start": 872972022,
            "stop": 872979516
        },
        {
            "start": 872980782,
            "stop": 872997221
        },
        {
            "start": 872997331,
            "stop": 872997389
        },
        {
            "start": 872997689,
            "stop": 872997720
        },
        {
            "start": 872997830,
            "stop": 872997868
        },
        {
            "start": 872998396,
            "stop": 872998564
        },
        {
            "start": 872999787,
            "stop": 873012189
        },
        {
            "start": 873012233,
            "stop": 873028278
        },
        {
            "start": 873028384,
            "stop": 873039624
        }
    ]
}