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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2432",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2433,
    "results": [
        {
            "start": 873979978,
            "stop": 873980004
        },
        {
            "start": 873980021,
            "stop": 873981353
        },
        {
            "start": 873981370,
            "stop": 873981446
        },
        {
            "start": 873981463,
            "stop": 873981701
        },
        {
            "start": 873981718,
            "stop": 873983349
        },
        {
            "start": 873983366,
            "stop": 873983390
        },
        {
            "start": 873983407,
            "stop": 873983911
        },
        {
            "start": 873983928,
            "stop": 873986699
        },
        {
            "start": 873986716,
            "stop": 873988066
        },
        {
            "start": 873988083,
            "stop": 873989271
        },
        {
            "start": 873989288,
            "stop": 873992444
        },
        {
            "start": 873992461,
            "stop": 873994824
        },
        {
            "start": 873997297,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 873999409
        },
        {
            "start": 873999445,
            "stop": 874001783
        },
        {
            "start": 874001791,
            "stop": 874006957
        },
        {
            "start": 874006974,
            "stop": 874007104
        },
        {
            "start": 874007121,
            "stop": 874007541
        },
        {
            "start": 874007548,
            "stop": 874007576
        },
        {
            "start": 874007583,
            "stop": 874011263
        }
    ]
}