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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=392",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 393,
    "results": [
        {
            "start": 829637857,
            "stop": 829637859
        },
        {
            "start": 829637861,
            "stop": 829637862
        },
        {
            "start": 829637864,
            "stop": 829637866
        },
        {
            "start": 829637869,
            "stop": 829637871
        },
        {
            "start": 829637873,
            "stop": 829637884
        },
        {
            "start": 829637886,
            "stop": 829637887
        },
        {
            "start": 829637888,
            "stop": 829637891
        },
        {
            "start": 829637895,
            "stop": 829637901
        },
        {
            "start": 829637906,
            "stop": 829637907
        },
        {
            "start": 829637911,
            "stop": 829637914
        },
        {
            "start": 829637916,
            "stop": 829637923
        },
        {
            "start": 829637925,
            "stop": 829637930
        },
        {
            "start": 829637933,
            "stop": 829637936
        },
        {
            "start": 829637940,
            "stop": 829637944
        },
        {
            "start": 829637946,
            "stop": 829637948
        },
        {
            "start": 829637950,
            "stop": 829637956
        },
        {
            "start": 829637958,
            "stop": 829637961
        },
        {
            "start": 829637965,
            "stop": 829637966
        },
        {
            "start": 829637972,
            "stop": 829637974
        },
        {
            "start": 829637976,
            "stop": 829637984
        }
    ]
}