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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=331",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 332,
    "results": [
        {
            "start": 822805198,
            "stop": 822805474
        },
        {
            "start": 822805477,
            "stop": 822805625
        },
        {
            "start": 822805628,
            "stop": 822805629
        },
        {
            "start": 822805632,
            "stop": 822805716
        },
        {
            "start": 822805725,
            "stop": 822805753
        },
        {
            "start": 822805818,
            "stop": 822805866
        },
        {
            "start": 822805870,
            "stop": 822805929
        },
        {
            "start": 822805933,
            "stop": 822805953
        },
        {
            "start": 822805957,
            "stop": 822805962
        },
        {
            "start": 822805966,
            "stop": 822805982
        },
        {
            "start": 822805986,
            "stop": 822805992
        },
        {
            "start": 822806015,
            "stop": 822806045
        },
        {
            "start": 822806054,
            "stop": 822806060
        },
        {
            "start": 822806064,
            "stop": 822806105
        },
        {
            "start": 822806261,
            "stop": 822806271
        },
        {
            "start": 822806275,
            "stop": 822806281
        },
        {
            "start": 822806294,
            "stop": 822806304
        },
        {
            "start": 822806309,
            "stop": 822806310
        },
        {
            "start": 822806371,
            "stop": 822806400
        },
        {
            "start": 822806413,
            "stop": 822806414
        }
    ]
}