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=3506
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=3507",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3505",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3506,
    "results": [
        {
            "start": 871322478,
            "stop": 871322627
        },
        {
            "start": 871322648,
            "stop": 871322664
        },
        {
            "start": 871322681,
            "stop": 871322721
        },
        {
            "start": 871322738,
            "stop": 871322880
        },
        {
            "start": 871322940,
            "stop": 871322977
        },
        {
            "start": 871322994,
            "stop": 871323878
        },
        {
            "start": 871323895,
            "stop": 871324132
        },
        {
            "start": 871324149,
            "stop": 871324376
        },
        {
            "start": 871324379,
            "stop": 871324385
        },
        {
            "start": 871324389,
            "stop": 871324773
        },
        {
            "start": 871324790,
            "stop": 871325872
        },
        {
            "start": 871325889,
            "stop": 871325891
        },
        {
            "start": 871325899,
            "stop": 871325940
        },
        {
            "start": 871326000,
            "stop": 871326097
        },
        {
            "start": 871326102,
            "stop": 871326300
        },
        {
            "start": 871326377,
            "stop": 871326495
        },
        {
            "start": 871326499,
            "stop": 871326534
        },
        {
            "start": 871326543,
            "stop": 871326602
        },
        {
            "start": 871326606,
            "stop": 871326716
        },
        {
            "start": 871326720,
            "stop": 871326787
        }
    ]
}