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=3673
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=3674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3672",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3673,
    "results": [
        {
            "start": 872988077,
            "stop": 872988080
        },
        {
            "start": 872988097,
            "stop": 872988197
        },
        {
            "start": 872988214,
            "stop": 872988305
        },
        {
            "start": 872988334,
            "stop": 872988524
        },
        {
            "start": 872988541,
            "stop": 872988838
        },
        {
            "start": 872988855,
            "stop": 872988856
        },
        {
            "start": 872988873,
            "stop": 872988881
        },
        {
            "start": 872988898,
            "stop": 872988914
        },
        {
            "start": 872988931,
            "stop": 872989261
        },
        {
            "start": 872989278,
            "stop": 872989401
        },
        {
            "start": 872989418,
            "stop": 872990433
        },
        {
            "start": 872990450,
            "stop": 872990866
        },
        {
            "start": 872990883,
            "stop": 872990885
        },
        {
            "start": 872990902,
            "stop": 872991044
        },
        {
            "start": 872991061,
            "stop": 872992111
        },
        {
            "start": 872992128,
            "stop": 872993298
        },
        {
            "start": 872993315,
            "stop": 872993404
        },
        {
            "start": 872993421,
            "stop": 872993435
        },
        {
            "start": 872993452,
            "stop": 872993494
        },
        {
            "start": 872993511,
            "stop": 872993717
        }
    ]
}