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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4255",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4256,
    "results": [
        {
            "start": 874594740,
            "stop": 874594749
        },
        {
            "start": 874594784,
            "stop": 874594836
        },
        {
            "start": 874594855,
            "stop": 874594921
        },
        {
            "start": 874594940,
            "stop": 874594956
        },
        {
            "start": 874594991,
            "stop": 874595006
        },
        {
            "start": 874595027,
            "stop": 874595038
        },
        {
            "start": 874595058,
            "stop": 874595061
        },
        {
            "start": 874595091,
            "stop": 874595124
        },
        {
            "start": 874595144,
            "stop": 874595167
        },
        {
            "start": 874595186,
            "stop": 874595188
        },
        {
            "start": 874595208,
            "stop": 874595213
        },
        {
            "start": 874595254,
            "stop": 874595275
        },
        {
            "start": 874595294,
            "stop": 874595372
        },
        {
            "start": 874595391,
            "stop": 874595428
        },
        {
            "start": 874595640,
            "stop": 874595751
        },
        {
            "start": 874595770,
            "stop": 874595813
        },
        {
            "start": 874595832,
            "stop": 874595849
        },
        {
            "start": 874595868,
            "stop": 874595881
        },
        {
            "start": 874595915,
            "stop": 874596000
        },
        {
            "start": 874596022,
            "stop": 874596034
        }
    ]
}