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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=108",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 109,
    "results": [
        {
            "start": 818469960,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818472520
        },
        {
            "start": 818472537,
            "stop": 818472798
        },
        {
            "start": 818472802,
            "stop": 818474228
        },
        {
            "start": 818474245,
            "stop": 818474961
        },
        {
            "start": 818474978,
            "stop": 818479436
        },
        {
            "start": 818485616,
            "stop": 818485803
        },
        {
            "start": 818485990,
            "stop": 818486362
        },
        {
            "start": 818486482,
            "stop": 818486519
        },
        {
            "start": 818486639,
            "stop": 818489691
        },
        {
            "start": 818489811,
            "stop": 818493216
        },
        {
            "start": 818493728,
            "stop": 818495262
        },
        {
            "start": 818495382,
            "stop": 818496889
        },
        {
            "start": 818496906,
            "stop": 818499600
        },
        {
            "start": 818499720,
            "stop": 818507463
        },
        {
            "start": 818507480,
            "stop": 818510983
        },
        {
            "start": 818511164,
            "stop": 818511498
        },
        {
            "start": 818511516,
            "stop": 818513400
        },
        {
            "start": 818513460,
            "stop": 818515494
        },
        {
            "start": 818515512,
            "stop": 818517190
        }
    ]
}