Get a list of geographic bounding box objects. GeographicBoundingBoxes have a 1:many mapping with Observations.

### Available end points:

- `/bboxes/` - Will list all GeographicBoundingBoxes in the database
- `/bboxes.json` - Will return all GeographicBoundingBoxes in json format
- `/bboxes/<object_id>/` - Returns GeographicBoundingBoxes object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `bboxName
- `eastBoundLongitude`
- `northBoundLatitude`
- `westBoundLongitude`
- `southBoundLatitude`

### How to use filters:

- `/bboxes/?bboxName=global`
- `/bboxes/?eastBoundLongitude__lt=10`
- `/bboxes/?northBoundLatitude=90`
- `/bboxes/?westBoundLongitude__lte=-40.1`
- `/bboxes.json?southBoundLatitude__gte=30`

GET /api/v2/bboxes/?format=api&offset=3600
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4009,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100&offset=3700",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100&offset=3500",
    "results": [
        {
            "ob_id": 4541,
            "bboxName": "",
            "eastBoundLongitude": -91.948975,
            "northBoundLatitude": 29.760658,
            "westBoundLongitude": -95.16794,
            "southBoundLatitude": 24.698112
        },
        {
            "ob_id": 4542,
            "bboxName": "",
            "eastBoundLongitude": 3.3392382,
            "northBoundLatitude": 55.13466,
            "westBoundLongitude": -0.7459309,
            "southBoundLatitude": 52.03517
        },
        {
            "ob_id": 4543,
            "bboxName": "",
            "eastBoundLongitude": 2.88062,
            "northBoundLatitude": 16.144104,
            "westBoundLongitude": 0.98779225,
            "southBoundLatitude": 12.526127
        },
        {
            "ob_id": 4544,
            "bboxName": "",
            "eastBoundLongitude": -16.12188,
            "northBoundLatitude": 64.27127,
            "westBoundLongitude": -34.49495,
            "southBoundLatitude": 53.393234
        },
        {
            "ob_id": 4545,
            "bboxName": "",
            "eastBoundLongitude": -22.543045,
            "northBoundLatitude": 64.07767,
            "westBoundLongitude": -43.09375,
            "southBoundLatitude": 59.23448
        },
        {
            "ob_id": 4546,
            "bboxName": "",
            "eastBoundLongitude": 3.303236,
            "northBoundLatitude": 58.94699,
            "westBoundLongitude": -0.7675154,
            "southBoundLatitude": 52.07248
        },
        {
            "ob_id": 4547,
            "bboxName": "",
            "eastBoundLongitude": 0.3865447,
            "northBoundLatitude": 53.583374,
            "westBoundLongitude": -4.892967,
            "southBoundLatitude": 51.965103
        },
        {
            "ob_id": 4548,
            "bboxName": "Chilbolton Hampshire Uk",
            "eastBoundLongitude": -1.437,
            "northBoundLatitude": 51.1445,
            "westBoundLongitude": -1.437,
            "southBoundLatitude": 51.1445
        },
        {
            "ob_id": 4549,
            "bboxName": "",
            "eastBoundLongitude": -14.71,
            "northBoundLatitude": 83.24,
            "westBoundLongitude": -71.84,
            "southBoundLatitude": 60.74
        },
        {
            "ob_id": 4551,
            "bboxName": "Arctic, Sweden, Norway",
            "eastBoundLongitude": 15.6301,
            "northBoundLatitude": 77.9799,
            "westBoundLongitude": 8.00482,
            "southBoundLatitude": 82.2072
        },
        {
            "ob_id": 4552,
            "bboxName": "Capel_Dewi, Capel_Dewi, Uk",
            "eastBoundLongitude": -4.0044,
            "northBoundLatitude": 52.4167,
            "westBoundLongitude": -4.0044,
            "southBoundLatitude": 52.4167
        },
        {
            "ob_id": 4553,
            "bboxName": "Namblex, Macehead, Ireland",
            "eastBoundLongitude": -9.9039,
            "northBoundLatitude": 53.3261,
            "westBoundLongitude": -9.9039,
            "southBoundLatitude": 53.3261
        },
        {
            "ob_id": 4554,
            "bboxName": "Cardington, Cardington, Uk",
            "eastBoundLongitude": -0.421944,
            "northBoundLatitude": 52.105,
            "westBoundLongitude": -0.421944,
            "southBoundLatitude": 52.105
        },
        {
            "ob_id": 4555,
            "bboxName": "Cope, Davidstow, Uk",
            "eastBoundLongitude": -4.63,
            "northBoundLatitude": 50.64,
            "westBoundLongitude": -4.63,
            "southBoundLatitude": 50.64
        },
        {
            "ob_id": 4556,
            "bboxName": "Perdigao, Availade, Portugal",
            "eastBoundLongitude": -7.70113,
            "northBoundLatitude": 39.702,
            "westBoundLongitude": -7.70113,
            "southBoundLatitude": 39.702
        },
        {
            "ob_id": 4566,
            "bboxName": "",
            "eastBoundLongitude": -2.214417,
            "northBoundLatitude": 53.444222,
            "westBoundLongitude": -2.214417,
            "southBoundLatitude": 53.444222
        },
        {
            "ob_id": 4567,
            "bboxName": "",
            "eastBoundLongitude": 83.5557,
            "northBoundLatitude": 11.765,
            "westBoundLongitude": 77.275,
            "southBoundLatitude": 4.4932
        },
        {
            "ob_id": 4568,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4569,
            "bboxName": "",
            "eastBoundLongitude": 2.0,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -8.0,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 4572,
            "bboxName": "",
            "eastBoundLongitude": 33.211,
            "northBoundLatitude": 0.421,
            "westBoundLongitude": 33.211,
            "southBoundLatitude": 0.421
        },
        {
            "ob_id": 4573,
            "bboxName": "Bialystok, Poland",
            "eastBoundLongitude": 23.1688,
            "northBoundLatitude": 53.1325,
            "westBoundLongitude": 23.1688,
            "southBoundLatitude": 53.1325
        },
        {
            "ob_id": 4575,
            "bboxName": "",
            "eastBoundLongitude": 20.81,
            "northBoundLatitude": 76.26,
            "westBoundLongitude": -15.19,
            "southBoundLatitude": 43.74
        },
        {
            "ob_id": 4576,
            "bboxName": "Summit Station, Greenland, Helikite 2023",
            "eastBoundLongitude": -38.537458,
            "northBoundLatitude": 72.588905,
            "westBoundLongitude": -38.562655,
            "southBoundLatitude": 72.580058
        },
        {
            "ob_id": 4577,
            "bboxName": "",
            "eastBoundLongitude": 50.0,
            "northBoundLatitude": 20.0,
            "westBoundLongitude": 15.0,
            "southBoundLatitude": -15.0
        },
        {
            "ob_id": 4578,
            "bboxName": "",
            "eastBoundLongitude": 36.0,
            "northBoundLatitude": 3.0,
            "westBoundLongitude": 28.0,
            "southBoundLatitude": -3.0
        },
        {
            "ob_id": 4579,
            "bboxName": "",
            "eastBoundLongitude": -3.0,
            "northBoundLatitude": 66.0,
            "westBoundLongitude": -31.0,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 4581,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4583,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4584,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4594,
            "bboxName": "",
            "eastBoundLongitude": -1.6199,
            "northBoundLatitude": 52.64,
            "westBoundLongitude": -2.2337,
            "southBoundLatitude": 52.3012
        },
        {
            "ob_id": 4596,
            "bboxName": "",
            "eastBoundLongitude": -69.0,
            "northBoundLatitude": 77.0,
            "westBoundLongitude": 30.0,
            "southBoundLatitude": 61.0
        },
        {
            "ob_id": 4597,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4598,
            "bboxName": "",
            "eastBoundLongitude": -2.411135,
            "northBoundLatitude": 53.4655257,
            "westBoundLongitude": 2.411135,
            "southBoundLatitude": -53.4655257
        },
        {
            "ob_id": 4610,
            "bboxName": "",
            "eastBoundLongitude": 1.5,
            "northBoundLatitude": 52.5,
            "westBoundLongitude": -0.75,
            "southBoundLatitude": 50.75
        },
        {
            "ob_id": 4615,
            "bboxName": "",
            "eastBoundLongitude": 2.071173,
            "northBoundLatitude": 58.703251,
            "westBoundLongitude": -7.486622,
            "southBoundLatitude": 49.805661
        },
        {
            "ob_id": 4618,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4619,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4620,
            "bboxName": "",
            "eastBoundLongitude": 65.0,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -55.0,
            "southBoundLatitude": -40.0
        },
        {
            "ob_id": 4622,
            "bboxName": "",
            "eastBoundLongitude": 2.071173,
            "northBoundLatitude": 55.82874,
            "westBoundLongitude": -7.486622,
            "southBoundLatitude": 49.805661
        },
        {
            "ob_id": 4623,
            "bboxName": "",
            "eastBoundLongitude": 3.02458,
            "northBoundLatitude": 60.714863,
            "westBoundLongitude": -15.372471,
            "southBoundLatitude": 47.395702
        },
        {
            "ob_id": 4624,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4626,
            "bboxName": "Reykjanes Peninsula in Iceland",
            "eastBoundLongitude": -22.08,
            "northBoundLatitude": 63.979,
            "westBoundLongitude": -22.4,
            "southBoundLatitude": 63.84
        },
        {
            "ob_id": 4627,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4630,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4631,
            "bboxName": "",
            "eastBoundLongitude": -126.2,
            "northBoundLatitude": 13.745,
            "westBoundLongitude": -126.225,
            "southBoundLatitude": 13.72
        },
        {
            "ob_id": 4632,
            "bboxName": "SFDL10 - Amazonia, Sahel, Siberia",
            "eastBoundLongitude": 140.625,
            "northBoundLatitude": 72.073911,
            "westBoundLongitude": -78.75,
            "southBoundLatitude": -27.059126
        },
        {
            "ob_id": 4633,
            "bboxName": "",
            "eastBoundLongitude": -126.19,
            "northBoundLatitude": 13.76,
            "westBoundLongitude": -127.1,
            "southBoundLatitude": 13.68
        },
        {
            "ob_id": 4634,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": 66.5
        },
        {
            "ob_id": 4635,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": 65.0
        },
        {
            "ob_id": 4640,
            "bboxName": "",
            "eastBoundLongitude": -76.0,
            "northBoundLatitude": 84.0,
            "westBoundLongitude": -10.0,
            "southBoundLatitude": 58.0
        },
        {
            "ob_id": 4647,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": -60.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4648,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": -60.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4649,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4658,
            "bboxName": "",
            "eastBoundLongitude": -116.5121407,
            "northBoundLatitude": 13.9955017363,
            "westBoundLongitude": -116.5580976,
            "southBoundLatitude": 13.9332100172
        },
        {
            "ob_id": 4659,
            "bboxName": "",
            "eastBoundLongitude": -116.5121407,
            "northBoundLatitude": 13.995501,
            "westBoundLongitude": -116.558097,
            "southBoundLatitude": 13.93321
        },
        {
            "ob_id": 4660,
            "bboxName": "",
            "eastBoundLongitude": 29.06,
            "northBoundLatitude": 41.08,
            "westBoundLongitude": 28.78,
            "southBoundLatitude": 40.97
        },
        {
            "ob_id": 4661,
            "bboxName": "",
            "eastBoundLongitude": 4.74876594,
            "northBoundLatitude": 61.13276672,
            "westBoundLongitude": -15.37353897,
            "southBoundLatitude": 47.08929443
        },
        {
            "ob_id": 4664,
            "bboxName": "",
            "eastBoundLongitude": 51.375,
            "northBoundLatitude": 37.375,
            "westBoundLongitude": -17.875,
            "southBoundLatitude": -35.375
        },
        {
            "ob_id": 4671,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4672,
            "bboxName": "",
            "eastBoundLongitude": 35.0,
            "northBoundLatitude": 59.5,
            "westBoundLongitude": -12.5,
            "southBoundLatitude": 34.0
        },
        {
            "ob_id": 4673,
            "bboxName": "",
            "eastBoundLongitude": 2.5,
            "northBoundLatitude": 61.5,
            "westBoundLongitude": -11.0,
            "southBoundLatitude": 49.0
        },
        {
            "ob_id": 4674,
            "bboxName": "",
            "eastBoundLongitude": -116.4479,
            "northBoundLatitude": 13.8174,
            "westBoundLongitude": -116.4832,
            "southBoundLatitude": 13.7828
        },
        {
            "ob_id": 4676,
            "bboxName": "",
            "eastBoundLongitude": -6.857356,
            "northBoundLatitude": 62.017036,
            "westBoundLongitude": -6.857356,
            "southBoundLatitude": 62.017036
        },
        {
            "ob_id": 4677,
            "bboxName": "",
            "eastBoundLongitude": -68.113369,
            "northBoundLatitude": -67.568469,
            "westBoundLongitude": -68.113396,
            "southBoundLatitude": -67.568469
        },
        {
            "ob_id": 4678,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4679,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4680,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4681,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4682,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4683,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4684,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4686,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4687,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4688,
            "bboxName": "Kaboi Lake site",
            "eastBoundLongitude": 117.968365,
            "northBoundLatitude": 5.42173,
            "westBoundLongitude": 117.966137,
            "southBoundLatitude": 5.420298
        },
        {
            "ob_id": 4693,
            "bboxName": "",
            "eastBoundLongitude": 4.75,
            "northBoundLatitude": 61.14,
            "westBoundLongitude": -15.37,
            "southBoundLatitude": 47.09
        },
        {
            "ob_id": 4695,
            "bboxName": "",
            "eastBoundLongitude": -126.1,
            "northBoundLatitude": 13.76,
            "westBoundLongitude": -126.19,
            "southBoundLatitude": 13.68
        },
        {
            "ob_id": 4696,
            "bboxName": "World",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4697,
            "bboxName": "",
            "eastBoundLongitude": -126.19,
            "northBoundLatitude": 13.76,
            "westBoundLongitude": -127.1,
            "southBoundLatitude": 13.68
        },
        {
            "ob_id": 4698,
            "bboxName": "(TLS) FG5c1",
            "eastBoundLongitude": -52.929093,
            "northBoundLatitude": 5.272639,
            "westBoundLongitude": -52.929739,
            "southBoundLatitude": 5.271558
        },
        {
            "ob_id": 4699,
            "bboxName": "TLS FG6c2",
            "eastBoundLongitude": -52.925218,
            "northBoundLatitude": 5.273609,
            "westBoundLongitude": -52.9258,
            "southBoundLatitude": 5.272522
        },
        {
            "ob_id": 4701,
            "bboxName": "TLS FG8c4",
            "eastBoundLongitude": -52.929609,
            "northBoundLatitude": 5.264127,
            "westBoundLongitude": -52.93027,
            "southBoundLatitude": 5.262988
        },
        {
            "ob_id": 4702,
            "bboxName": "TLS OKO-02 Gabon",
            "eastBoundLongitude": 11.582236,
            "northBoundLatitude": -0.189509,
            "westBoundLongitude": 11.582133,
            "southBoundLatitude": -0.190773
        },
        {
            "ob_id": 4703,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": -60.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -80.0
        },
        {
            "ob_id": 4704,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4706,
            "bboxName": "DCMEX UM-CASIM",
            "eastBoundLongitude": -102.0,
            "northBoundLatitude": 38.0,
            "westBoundLongitude": -112.0,
            "southBoundLatitude": 29.0
        },
        {
            "ob_id": 4707,
            "bboxName": "Mount Plose radar",
            "eastBoundLongitude": 13.7,
            "northBoundLatitude": 48.05,
            "westBoundLongitude": 9.77,
            "southBoundLatitude": 45.35
        },
        {
            "ob_id": 4708,
            "bboxName": "Met Office Radcliffe site",
            "eastBoundLongitude": -1.26399,
            "northBoundLatitude": 51.76119,
            "westBoundLongitude": -1.26399,
            "southBoundLatitude": 51.76119
        },
        {
            "ob_id": 4709,
            "bboxName": "MLA-01 2018",
            "eastBoundLongitude": 116.97,
            "northBoundLatitude": 4.747,
            "westBoundLongitude": 116.97,
            "southBoundLatitude": 4.747
        },
        {
            "ob_id": 4710,
            "bboxName": "Met Office Ross-on-Wye site",
            "eastBoundLongitude": -2.58575,
            "northBoundLatitude": 51.91117,
            "westBoundLongitude": -2.58575,
            "southBoundLatitude": 51.91117
        },
        {
            "ob_id": 4711,
            "bboxName": "Met Office Pershore College site",
            "eastBoundLongitude": -2.05997,
            "northBoundLatitude": 52.10001,
            "westBoundLongitude": -2.05997,
            "southBoundLatitude": 52.10001
        },
        {
            "ob_id": 4712,
            "bboxName": "FBRMS-02: Station d’Etudes des Gorilles",
            "eastBoundLongitude": -0.1896,
            "northBoundLatitude": 11.5918,
            "westBoundLongitude": -0.1896,
            "southBoundLatitude": 11.5918
        },
        {
            "ob_id": 4713,
            "bboxName": "FBRMS-01: Paracou",
            "eastBoundLongitude": -52.92604,
            "northBoundLatitude": 5.279276,
            "westBoundLongitude": -52.92604,
            "southBoundLatitude": 5.278188
        },
        {
            "ob_id": 4715,
            "bboxName": "",
            "eastBoundLongitude": 4.74876594,
            "northBoundLatitude": 61.13276672,
            "westBoundLongitude": -15.37353897,
            "southBoundLatitude": 47.08929443
        },
        {
            "ob_id": 4716,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4718,
            "bboxName": "",
            "eastBoundLongitude": -64.88,
            "northBoundLatitude": 32.26,
            "westBoundLongitude": -64.88,
            "southBoundLatitude": 32.26
        },
        {
            "ob_id": 4720,
            "bboxName": "",
            "eastBoundLongitude": 2.7,
            "northBoundLatitude": 61.3,
            "westBoundLongitude": -11.5,
            "southBoundLatitude": 49.4
        },
        {
            "ob_id": 4721,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4723,
            "bboxName": "",
            "eastBoundLongitude": 2.7,
            "northBoundLatitude": 61.3,
            "westBoundLongitude": -11.5,
            "southBoundLatitude": 49.4
        },
        {
            "ob_id": 4724,
            "bboxName": "NCAS-Mobile-X-band-radar-1 for WOEST",
            "eastBoundLongitude": -0.58,
            "northBoundLatitude": 52.39,
            "westBoundLongitude": -3.43,
            "southBoundLatitude": 50.62
        },
        {
            "ob_id": 4725,
            "bboxName": "NCAS X-Band Radar 2 for WOEST",
            "eastBoundLongitude": -0.03,
            "northBoundLatitude": 52.03,
            "westBoundLongitude": -2.85,
            "southBoundLatitude": 50.26
        }
    ]
}