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=635
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=636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=634",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 635,
    "results": [
        {
            "start": 829239336,
            "stop": 829239338
        },
        {
            "start": 829239439,
            "stop": 829239466
        },
        {
            "start": 829239485,
            "stop": 829239506
        },
        {
            "start": 829239509,
            "stop": 829239513
        },
        {
            "start": 829239533,
            "stop": 829239535
        },
        {
            "start": 829239538,
            "stop": 829239542
        },
        {
            "start": 829239586,
            "stop": 829239595
        },
        {
            "start": 829239678,
            "stop": 829239680
        },
        {
            "start": 829239699,
            "stop": 829239701
        },
        {
            "start": 829239720,
            "stop": 829239731
        },
        {
            "start": 829239751,
            "stop": 829239756
        },
        {
            "start": 829239805,
            "stop": 829239823
        },
        {
            "start": 829239827,
            "stop": 829239829
        },
        {
            "start": 829239832,
            "stop": 829239868
        },
        {
            "start": 829239887,
            "stop": 829239913
        },
        {
            "start": 829239916,
            "stop": 829239939
        },
        {
            "start": 829239959,
            "stop": 829239992
        },
        {
            "start": 829240011,
            "stop": 829240013
        },
        {
            "start": 829240032,
            "stop": 829240035
        },
        {
            "start": 829240054,
            "stop": 829240056
        }
    ]
}