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=641
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=642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=640",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 641,
    "results": [
        {
            "start": 829246222,
            "stop": 829246227
        },
        {
            "start": 829246230,
            "stop": 829246233
        },
        {
            "start": 829246236,
            "stop": 829246271
        },
        {
            "start": 829246274,
            "stop": 829246278
        },
        {
            "start": 829246282,
            "stop": 829246387
        },
        {
            "start": 829246390,
            "stop": 829246493
        },
        {
            "start": 829246497,
            "stop": 829246770
        },
        {
            "start": 829246774,
            "stop": 829246873
        },
        {
            "start": 829246876,
            "stop": 829246914
        },
        {
            "start": 829246919,
            "stop": 829247341
        },
        {
            "start": 829247344,
            "stop": 829247348
        },
        {
            "start": 829247351,
            "stop": 829247367
        },
        {
            "start": 829247371,
            "stop": 829247411
        },
        {
            "start": 829247414,
            "stop": 829247417
        },
        {
            "start": 829247420,
            "stop": 829247431
        },
        {
            "start": 829247435,
            "stop": 829247498
        },
        {
            "start": 829247501,
            "stop": 829247584
        },
        {
            "start": 829247587,
            "stop": 829247780
        },
        {
            "start": 829247783,
            "stop": 829247799
        },
        {
            "start": 829247802,
            "stop": 829247994
        }
    ]
}