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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=84",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 85,
    "results": [
        {
            "start": 931492703,
            "stop": 931492706
        },
        {
            "start": 931492708,
            "stop": 931492815
        },
        {
            "start": 931493175,
            "stop": 931493232
        },
        {
            "start": 931493251,
            "stop": 931493371
        },
        {
            "start": 931493418,
            "stop": 931493443
        },
        {
            "start": 931493445,
            "stop": 931493526
        },
        {
            "start": 931493544,
            "stop": 931493657
        },
        {
            "start": 931493709,
            "stop": 931493783
        },
        {
            "start": 931493814,
            "stop": 931493875
        },
        {
            "start": 931493893,
            "stop": 931493975
        },
        {
            "start": 931499782,
            "stop": 931499784
        },
        {
            "start": 931499785,
            "stop": 931499787
        },
        {
            "start": 931499789,
            "stop": 931499792
        },
        {
            "start": 931499806,
            "stop": 931499807
        },
        {
            "start": 931499810,
            "stop": 931499813
        },
        {
            "start": 931499816,
            "stop": 931499817
        },
        {
            "start": 931499822,
            "stop": 931499829
        },
        {
            "start": 931499831,
            "stop": 931499833
        },
        {
            "start": 931499837,
            "stop": 931499847
        },
        {
            "start": 931499850,
            "stop": 931499866
        }
    ]
}