Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=90
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=89",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 90,
    "results": [
        {
            "start": 837126584,
            "stop": 837135044
        },
        {
            "start": 837136285,
            "stop": 837156016
        },
        {
            "start": 837157510,
            "stop": 837160872
        },
        {
            "start": 837162561,
            "stop": 837162881
        },
        {
            "start": 837170443,
            "stop": 837176707
        },
        {
            "start": 837177810,
            "stop": 837179780
        },
        {
            "start": 837180039,
            "stop": 837188555
        },
        {
            "start": 837190460,
            "stop": 837193214
        },
        {
            "start": 837193322,
            "stop": 837193524
        },
        {
            "start": 837195230,
            "stop": 837202197
        },
        {
            "start": 837203448,
            "stop": 837204724
        },
        {
            "start": 837206770,
            "stop": 837219437
        },
        {
            "start": 837219597,
            "stop": 837222295
        },
        {
            "start": 837223387,
            "stop": 837223450
        },
        {
            "start": 837226406,
            "stop": 837270385
        },
        {
            "start": 837299149,
            "stop": 837299503
        },
        {
            "start": 837301573,
            "stop": 837304144
        },
        {
            "start": 837307435,
            "stop": 837322042
        },
        {
            "start": 837323011,
            "stop": 837323304
        },
        {
            "start": 837323305,
            "stop": 837330218
        }
    ]
}