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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=255",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 256,
    "results": [
        {
            "start": 821564317,
            "stop": 821564328
        },
        {
            "start": 821564332,
            "stop": 821564378
        },
        {
            "start": 821564381,
            "stop": 821564396
        },
        {
            "start": 821564399,
            "stop": 821564498
        },
        {
            "start": 821564501,
            "stop": 821564504
        },
        {
            "start": 821564507,
            "stop": 821564632
        },
        {
            "start": 821564635,
            "stop": 821564637
        },
        {
            "start": 821564641,
            "stop": 821564644
        },
        {
            "start": 821564647,
            "stop": 821564702
        },
        {
            "start": 821564707,
            "stop": 821564710
        },
        {
            "start": 821564713,
            "stop": 821564784
        },
        {
            "start": 821564788,
            "stop": 821564833
        },
        {
            "start": 821570867,
            "stop": 821570951
        },
        {
            "start": 821570954,
            "stop": 821571048
        },
        {
            "start": 821571051,
            "stop": 821571078
        },
        {
            "start": 821571083,
            "stop": 821571084
        },
        {
            "start": 821571087,
            "stop": 821571119
        },
        {
            "start": 821571122,
            "stop": 821571133
        },
        {
            "start": 821571136,
            "stop": 821571164
        },
        {
            "start": 821571167,
            "stop": 821571201
        }
    ]
}