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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=210",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 211,
    "results": [
        {
            "start": 848348195,
            "stop": 848348298
        },
        {
            "start": 848348356,
            "stop": 848348372
        },
        {
            "start": 848383965,
            "stop": 848386904
        },
        {
            "start": 848386921,
            "stop": 848418210
        },
        {
            "start": 848419154,
            "stop": 848424841
        },
        {
            "start": 848425141,
            "stop": 848430855
        },
        {
            "start": 848431155,
            "stop": 848431593
        },
        {
            "start": 848431703,
            "stop": 848432384
        },
        {
            "start": 848432830,
            "stop": 848439706
        },
        {
            "start": 848441346,
            "stop": 848457922
        },
        {
            "start": 848458379,
            "stop": 848458495
        },
        {
            "start": 848458605,
            "stop": 848459374
        },
        {
            "start": 848459674,
            "stop": 848466030
        },
        {
            "start": 848468242,
            "stop": 848491987
        },
        {
            "start": 848492314,
            "stop": 848516052
        },
        {
            "start": 848516072,
            "stop": 848518097
        },
        {
            "start": 848518146,
            "stop": 848518147
        },
        {
            "start": 848518168,
            "stop": 848527658
        },
        {
            "start": 848531038,
            "stop": 848581033
        },
        {
            "start": 848581576,
            "stop": 848582109
        }
    ]
}