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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=346",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 347,
    "results": [
        {
            "start": 939435849,
            "stop": 939436009
        },
        {
            "start": 939436013,
            "stop": 939439162
        },
        {
            "start": 939439165,
            "stop": 939439374
        },
        {
            "start": 939439377,
            "stop": 939440286
        },
        {
            "start": 939440304,
            "stop": 939445481
        },
        {
            "start": 939445484,
            "stop": 939447489
        },
        {
            "start": 939447492,
            "stop": 939447833
        },
        {
            "start": 939460728,
            "stop": 939464763
        },
        {
            "start": 939467618,
            "stop": 939469434
        },
        {
            "start": 939472264,
            "stop": 939472400
        },
        {
            "start": 939472417,
            "stop": 939473839
        },
        {
            "start": 939473842,
            "stop": 939474472
        },
        {
            "start": 939474475,
            "stop": 939475129
        },
        {
            "start": 939475149,
            "stop": 939475189
        },
        {
            "start": 939477180,
            "stop": 939477923
        },
        {
            "start": 939477926,
            "stop": 939478221
        },
        {
            "start": 939478224,
            "stop": 939479583
        },
        {
            "start": 939479643,
            "stop": 939479742
        },
        {
            "start": 939479747,
            "stop": 939479752
        },
        {
            "start": 939479769,
            "stop": 939479780
        }
    ]
}