List assets of type GroundwaterStation

Query parameters:

organisation Filter by organisation. Supports lookups on uuid and name.

code Exact filter on the code field. The (case-sensitive) startswith lookup is also supported.

created: Temporal filter on created. Supports various lookup types (exact, lt, lte, gt, gte; created__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

last_modified: Temporal filter on last_modified. Supports various lookup types (exact, lt, lte, gt, gte; last_modified__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

geometry The following lookups are available: isnull, contained, contains, contains_properly, covered_by, covers, crosses, disjoint, equals, intersects, overlaps, and within. Query geometries can be supplied as WKT, EWKT or HEXEWKB.

boundary__id: Filter on geometry of the region/boundary with the id boundary__id. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__code: Filter on geometry of the region/boundary with the id boundary__code. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__type: Spatial filter on geometry, whereby geometry is specified by a region/boundary object (see below) and filter operator is ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD, MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA, PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT, NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM

boundary__name: Filter on name of the region/boundary with the name boundary__name. Requires boundary__type. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.

page_size The number of results on a single page. Defaults to 10, maximum is 100. Note that pagination is disabled for the root endpoint: the response will be truncated to page_size.

name: Exact filter on the name field, the startswith lookup is also supported.

Custom route: search

Full-text search in 'code' and 'name' fields. Results are ranked.

Examples:

?code=ABC_2123

?code__startswith=ABC

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z

?organisation__name__startswith=Nelen

?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb

?organisation__name__icontains=Schuur

?geometry__intersects=POINT (5 52)

?boundary__id=198

?boundary__code=NL_GM0344

?boundary__type=PROVINCE&boundary__name=Utrecht

/search/abc/

?name__startswith=station3
GET /api/v4/groundwaterstations/?format=api&page=34
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 12637,
    "next": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=35",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=33",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2870/?format=api",
            "id": 2870,
            "code": "28AA3173",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.427091685877639,
                    52.4759637144841,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:46:10.542860Z",
            "created": "2015-08-12T11:32:59.307746Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44664/?format=api",
                    "id": 44664,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/581553e6-78b0-4fe6-a2fc-cdf6701ee6da/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/01e5b3cf-a638-4b0e-a929-2163d45f5383/?format=api"
                    ],
                    "code": "28AA3173001",
                    "last_modified": "2024-07-05T16:46:11.017140Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2870/?format=api",
                    "top_level": 12.52,
                    "filter_top_level": -4.88,
                    "filter_bottom_level": -5.88,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0173",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 13.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2871/?format=api",
            "id": 2871,
            "code": "28AA3174",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.427435892338154,
                    52.47182620438097,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:46:11.572630Z",
            "created": "2015-08-12T11:32:59.313487Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44666/?format=api",
                    "id": 44666,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/701898bb-a2fa-4f6a-b864-90fa899cf8fc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c8a92e9c-224c-454e-94e4-df5bfa0423b2/?format=api"
                    ],
                    "code": "28AA3174002",
                    "last_modified": "2024-07-05T16:46:12.430740Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2871/?format=api",
                    "top_level": 10.54,
                    "filter_top_level": -6.92,
                    "filter_bottom_level": -7.92,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44665/?format=api",
                    "id": 44665,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9c35ae6b-1e5d-45ff-bbfe-2921e9cc133e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7bf3c126-531d-46da-97ea-f500f30ab77a/?format=api"
                    ],
                    "code": "28AA3174001",
                    "last_modified": "2024-07-05T16:46:12.074189Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2871/?format=api",
                    "top_level": 10.57,
                    "filter_top_level": 0.09,
                    "filter_bottom_level": -0.91,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0174",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
            "id": 2872,
            "code": "28AB0028",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.423677379262595,
                    52.4747352960046,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:46:16.002588Z",
            "created": "2015-08-12T11:32:59.328567Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123170/?format=api",
                    "id": 123170,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/cd057d52-40dd-411f-b6f8-456f2f133866/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3876b36f-d19d-47fd-bc9d-88c3a782e237/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0ab69694-15a9-4b35-b104-573539cf9fa6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/45b61b52-a6ff-4ab5-8f96-013bbb073605/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7f2d0ddc-d6fb-4434-b43e-f2d5cb9605ec/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6540d247-ff5a-4186-9a8d-c20930833512/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a72274bc-695a-41a8-a5c4-c753b12031e8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4d9542e8-971b-4e76-b8f7-a138f1413e98/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/46c34941-15d1-487e-960b-a776971ae4e3/?format=api"
                    ],
                    "code": "28AB0028006",
                    "last_modified": "2024-07-05T16:46:18.172530Z",
                    "created": "2022-10-21T16:03:12.436114Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123169/?format=api",
                    "id": 123169,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/de011a16-99e3-4432-9bfc-7b11ad9aae48/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0792ac2b-4511-453d-9d89-e9b006978357/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7ede96a1-a4b6-44c0-9f80-ead6e366754c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/75bd22d4-e335-40b1-a76f-94126b249ea4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f1a00183-b8b5-4b0d-a84e-c263491cada2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/49dfc286-df6b-46dd-9bbc-2ca3445ed452/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/28bb104c-0d49-4033-b8da-d9ddba06b69d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4cd309ab-f58a-4187-b258-c0c31e099a70/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3fcff750-ad4c-4a4f-97e2-a16ea54c2479/?format=api"
                    ],
                    "code": "28AB0028005",
                    "last_modified": "2024-07-05T16:46:17.772472Z",
                    "created": "2022-10-21T16:03:11.891626Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123171/?format=api",
                    "id": 123171,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a76dada6-a9b3-4686-a2bd-3d5355323cbc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f3968c46-9d87-4561-9f60-7fa52439de0a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4200ea93-21d3-45ab-959d-7ec52843e2f6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8f9153a5-708b-4a8c-8774-c04a96a1aece/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a96aa448-a70c-4263-8670-b6f782410414/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f93c1245-3b8e-4dcd-bcd2-b7c3a897cf5a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/11b5f3e2-5f9e-4e8a-9f54-da1b62e0bd19/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/92677548-661c-4faf-bfb8-3c5a23f0ceb0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d2b865d7-c16d-4f91-9fc1-b64b6c3c32d4/?format=api"
                    ],
                    "code": "28AB0028007",
                    "last_modified": "2024-07-05T16:46:18.681998Z",
                    "created": "2022-10-21T16:03:13.069262Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123172/?format=api",
                    "id": 123172,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1828c050-e23d-4d48-9c32-e83f68111361/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fa1917b2-f1c4-4693-bc62-dfc522376fe4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b0dab0eb-eb01-4da2-9d93-7ee9357ac62d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2479a13c-3d48-4657-81b1-1ddd6456c489/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ea7762a6-4e39-40ef-bb89-343520401122/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0775061f-074a-4004-ab37-45a5278d632b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f7247089-3668-4a32-847c-80400ef30f52/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4754bd17-6769-4c37-b80e-143758517b82/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/54892c64-3328-442e-a628-2281739e06c1/?format=api"
                    ],
                    "code": "28AB0028008",
                    "last_modified": "2024-07-05T16:46:19.144256Z",
                    "created": "2022-10-21T16:03:13.623685Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123173/?format=api",
                    "id": 123173,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4afbb886-8830-4af0-b8a5-75d45f43b557/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/20eb3905-d224-489a-bb58-36b0cbff6a5e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0d19783e-7d4d-45e9-937d-60695872680d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/82e2b6bd-dd5b-4536-8e9a-36897c830c7d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ba136b1c-6ea1-4a5c-8c5d-3506b325cf9b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d6275a18-8720-428f-bec5-05cf2c68750c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3fc4fd9f-bfae-4610-9636-1e3754500bdf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/52edd239-4469-4235-9941-8ba8f5a1926e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/954a7f86-0362-416f-97c5-5927abe1eadb/?format=api"
                    ],
                    "code": "28AB0028009",
                    "last_modified": "2024-07-05T16:46:19.914066Z",
                    "created": "2022-10-21T16:03:14.187897Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123174/?format=api",
                    "id": 123174,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a0d86572-ec93-41ae-94a6-bd7c0866da5d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e31855c5-a4c2-4131-aff5-f8f07065f535/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/db1bd753-cf64-4b5b-87fa-e75e63a9932e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fbab9518-ef4d-461f-9f80-f21cad1cba1d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/be0891c2-d175-4e1f-80b2-5f1814421740/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/24574623-e71b-494c-a31c-a60f47d01bc5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/955e5f1a-c930-4175-9fdd-e3da7c5135b6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b306baa3-7809-44bf-b0b1-35defa26ff4b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0038f73c-118b-4766-958d-2ae065ff794f/?format=api"
                    ],
                    "code": "28AB0028010",
                    "last_modified": "2024-07-05T16:46:20.304334Z",
                    "created": "2022-10-21T16:03:14.744063Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123175/?format=api",
                    "id": 123175,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b0dfc635-531d-477a-b0cf-51cb6e079f95/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d9978188-b542-421e-9a3b-074058f9ea72/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/80d3cca5-c060-4fe4-b8ff-affdd04890fd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/770ec88d-6e89-43f0-9ed9-08db5e0b13d3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b7d84d49-e956-499e-8a94-17aa8ad86464/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f1afffb8-4b77-4193-b3d6-9dc1eaa9f314/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d200ff64-f61f-4fd2-b356-e75c1177181a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f281c1bd-f523-4639-b093-1849a013b8eb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e4f18e65-9395-4872-bd13-09d230e39c1f/?format=api"
                    ],
                    "code": "28AB0028011",
                    "last_modified": "2024-07-05T16:46:20.843777Z",
                    "created": "2022-10-21T16:03:15.303217Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123177/?format=api",
                    "id": 123177,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2691163a-65d1-4309-93ac-9f61f8db2cce/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c41f2f64-0fa3-40cd-8cf7-a16ddf851aad/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/89747f94-dae3-46bf-994a-f4c8d742852a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d699ec28-10f7-4210-a3d4-952e38828a63/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5d7a0f9-0f5d-4011-b41d-f3a891e7b4e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c61199c3-aadd-4a6b-bbe8-f2fa4c1b947b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/69b0cbcb-05f3-41bd-a409-a405fba41021/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4ed4fc2f-c327-4d88-ab61-5ab23e14a162/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b66ef95a-ba5d-417a-8541-a8081e11d006/?format=api"
                    ],
                    "code": "28AB0028013",
                    "last_modified": "2024-07-05T16:46:21.653820Z",
                    "created": "2022-10-21T16:03:16.392017Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123176/?format=api",
                    "id": 123176,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a25cf81e-8da9-4a72-879b-aafecfaa34b8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/26b12a5f-5b00-46c0-8f27-982e54c50ae8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a49a76b2-f794-4912-8354-9ba9243747fc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/98da7c1d-5b43-48d9-b414-5849f46c5248/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e20295d1-a512-4a5c-a80f-f395c2e71fcf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f6f02596-e8c5-471a-b594-4d76ae0ac6b1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7268042d-ba75-4496-b2bb-056efac2e5e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d7297d73-41fb-43d5-a38e-ae787e03479b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6569b49e-6c7c-4ec9-9ff8-ab14be8d9a5c/?format=api"
                    ],
                    "code": "28AB0028012",
                    "last_modified": "2024-07-05T16:46:21.266062Z",
                    "created": "2022-10-21T16:03:15.842687Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123179/?format=api",
                    "id": 123179,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3c8994c4-580a-4c2e-9f56-9bd024708068/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4b0455a8-ef5d-4376-9fa9-aa247cfc82a2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7020dcb7-6c14-4dbd-bfae-0d9a09dfc144/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e07ae85c-5ce6-4428-81a4-8fb1110b3139/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/273748ef-7510-4f63-9c53-7bca949176f9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7f637695-5d42-4846-854b-b0a0a8e731f3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/26c7980e-0586-4ff4-bade-f88794068bcd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab088283-46fa-43e9-a2d9-a8c8bd28dc26/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/71770bea-8be5-4bc4-91fa-cd579f3d2a10/?format=api"
                    ],
                    "code": "28AB0028015",
                    "last_modified": "2024-07-05T16:46:22.591186Z",
                    "created": "2022-10-21T16:03:17.475209Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123178/?format=api",
                    "id": 123178,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a1842ce3-f141-4b56-993c-b8e531e72756/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9c1ff083-ac0e-41f3-b955-ae7d23ead9a8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a94bde4b-9c97-4e26-b17e-e057486b9ec5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/17c16695-db2a-45c6-b913-823c7e354ef2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8d6b053b-94d0-41ee-b3db-2e6f81cfa6cc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/77f21861-c6eb-4fda-8204-9bd4e168c228/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/15adab14-6eaa-4be2-9b36-15a354faad9a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c29949e2-5328-4198-9412-f825be817a96/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/39df8d69-4e30-487f-b325-d52533ea5b9a/?format=api"
                    ],
                    "code": "28AB0028014",
                    "last_modified": "2024-07-05T16:46:22.084033Z",
                    "created": "2022-10-21T16:03:16.933662Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123180/?format=api",
                    "id": 123180,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4195c1ba-b583-4eab-a3f6-ee199b6f419d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5db035b8-b1dc-4aaf-a191-011a268bfef1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7b1c8765-d8a9-48cb-9a57-0778d52d7afc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/67736224-a4e2-4a5c-aa8a-529b73323b70/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0365e1bf-0e7a-4613-9939-0e01747208dd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9d1ceb1c-7f0d-4ebf-a8c7-3cd0804e9ce2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c1e42b58-0714-4b7d-b566-1bc5c86c944c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2b945d97-ecf3-477f-8ef6-d6f31d9c37ba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ef608755-af2f-4fe1-ba1f-bf6b8fcc7ac6/?format=api"
                    ],
                    "code": "28AB0028016",
                    "last_modified": "2024-07-05T16:46:22.941566Z",
                    "created": "2022-10-21T16:03:18.034154Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123181/?format=api",
                    "id": 123181,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/410dc95b-bbca-450f-8f5d-f3947d6b9a65/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d2f7f9eb-b704-439a-ad1c-37293bb38b04/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13340f2f-510d-4437-8e27-9abdd10efc0b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c05710c5-88fe-4c36-8dc2-dda758b18000/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/732fb53c-c872-424c-b4a8-c3ea7ba603a1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7af0f4e8-b4cc-4bce-b15b-8af91ce07f80/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/17b054f8-7c30-4951-9f04-f947a8bfb7c6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0c063490-5ac7-4a6e-8c38-f56d4e0b02a4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/86efa96f-97fe-48c4-b5c2-e4ba662aefd5/?format=api"
                    ],
                    "code": "28AB0028017",
                    "last_modified": "2024-07-05T16:46:23.436111Z",
                    "created": "2022-10-21T16:03:18.576735Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123182/?format=api",
                    "id": 123182,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/667f1663-1aa6-48d4-b322-6d6dfa0a04f9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b254058f-4bcf-4110-8769-900ab66cf1df/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/71529123-78c8-40ca-b83f-e7d0ed2526ef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d00d9da0-3a38-4618-8dae-bceb13fa9f3d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7c017b14-02f7-4c5e-baa3-c28fe695312c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a260c69c-5fdd-449c-baad-bc9a933e9cae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4beeada1-b835-42c1-886a-352d4644bfbe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cc59cd23-730c-455c-80e4-d068c1bb87d7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7322e245-cb14-4d6b-9779-804828ff4c22/?format=api"
                    ],
                    "code": "28AB0028018",
                    "last_modified": "2024-07-05T16:46:23.886329Z",
                    "created": "2022-10-21T16:03:19.124630Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123183/?format=api",
                    "id": 123183,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1f8568ee-133e-40a4-9435-deffadfa263b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/74120509-959b-41e4-89fe-7df3cb0c88f9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/44337558-84cb-40c6-bf04-9145554a076e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bb68fdd3-3f23-4507-8f32-d26939114351/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4768afb4-a922-4a4b-9646-c91da50d1dd5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c2d2c2ef-9f64-4cb1-8c68-22b794733c18/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/183d4e7b-236b-4a72-97c0-5952d528b7cc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4c98228d-8cbb-44fa-8f2b-5e39fdc766f6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/142e14c6-aa1e-4f6a-8747-6a6fa053004e/?format=api"
                    ],
                    "code": "28AB0028019",
                    "last_modified": "2024-07-05T16:46:24.388563Z",
                    "created": "2022-10-21T16:03:19.660111Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123187/?format=api",
                    "id": 123187,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3e8767e1-561c-480b-970d-f285c3e2a6b1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0bac06ad-2970-4831-9966-c5c412a50310/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3cc2fb7a-ea1d-484c-bade-a90c3dcbd5f8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aad21ca5-51c0-4fb6-ae41-e197737fd6ae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4228e37c-4f81-4506-a0f5-f1b79a45bad8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c2128737-3677-4a20-9bad-ef509bbb6e94/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/73f3b757-38ff-48c9-8fe6-5e270bcf43ea/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dd873557-fa87-45fd-8ec2-9d631ae711ca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/48d6cf46-8758-4c0c-9eca-456635579555/?format=api"
                    ],
                    "code": "28AB0028023",
                    "last_modified": "2024-07-05T16:46:26.375588Z",
                    "created": "2022-10-21T16:03:21.918658Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123184/?format=api",
                    "id": 123184,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/df37ffef-d1cc-4d1c-9791-32ddf6e51c3f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fdcb369e-b0e2-4934-993e-3567cb083eab/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fec71993-01e2-4b1a-8b7a-8dc68e628cf3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2a1f45c9-2553-46b2-bd07-882c85e2660d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/20ddb5be-34be-4797-b29e-7f62171513f6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/78737b35-f0eb-46d9-8578-96005a1e80b8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/df38adb5-9561-46d4-b2c7-0997de325b66/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d899a8e-2299-4285-9bd6-aa49f76b65d1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fdcf6b82-0343-4bf8-8b99-a0eee96500a0/?format=api"
                    ],
                    "code": "28AB0028020",
                    "last_modified": "2024-07-05T16:46:24.842140Z",
                    "created": "2022-10-21T16:03:20.218261Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123185/?format=api",
                    "id": 123185,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e9642bf0-3018-4b78-aeb5-65ad6e3f01ba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0ce19e11-a419-4470-974e-47131dcc7dc2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/32c8e208-8f36-4523-927e-367b6c530e29/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/240f8069-0d45-4f07-9d46-56a3faa29379/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/244d0a52-fc37-4c19-b431-13e8d699135f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/28ce1e94-4d9d-4dc7-88b0-995995ef393e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8ccd53c5-8963-46fa-8c9c-72f59e8eac75/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/be1d3b33-49bd-4c5a-b1ee-0f91552cedca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/03a4776a-0bcb-4a82-962b-6b4265b242ce/?format=api"
                    ],
                    "code": "28AB0028021",
                    "last_modified": "2024-07-05T16:46:25.380843Z",
                    "created": "2022-10-21T16:03:20.795049Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123186/?format=api",
                    "id": 123186,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fbaac98f-0e4a-4675-94fb-dd6247eab49f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/20b3d2b9-5605-4b75-9763-05bf08ac90c8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0a6645e4-515a-4976-9522-162e2b838de8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7c5c00fe-8cdf-4bb8-836d-3c895c7519ac/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bac0b117-06ca-4b28-b92f-808eed4095a1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/19464a13-806c-4235-a188-f4dd105985e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8db66dc0-91d6-497b-ae27-34fb75d95cc0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/274a1720-b58b-44ec-935d-54434fbc8caf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0c68d404-3df7-4db7-aa4b-33f48960f327/?format=api"
                    ],
                    "code": "28AB0028022",
                    "last_modified": "2024-07-05T16:46:25.944009Z",
                    "created": "2022-10-21T16:03:21.370362Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123190/?format=api",
                    "id": 123190,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/da44f99f-c0b8-47a8-a0fb-2a5df254e208/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fe372dd7-2c08-471a-8a01-953862d87257/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d364af43-6825-4406-95b3-1335099f0d3f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e3f5aa29-3d1b-48da-b86f-025ca05c0861/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/00912baf-0a95-46c0-a4fc-2c74a403ef5b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9ba524a7-cc1b-436a-b52e-9dc9ad741f03/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fe1efe23-07be-41f5-87c4-0d652e2c5fbc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/47d82539-8d70-4ea3-afba-8dd007811d27/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/02a99f39-e232-4b0e-b15a-b4591f2c5b34/?format=api"
                    ],
                    "code": "28AB0028026",
                    "last_modified": "2024-07-05T16:46:27.802394Z",
                    "created": "2022-10-21T16:03:23.589552Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123189/?format=api",
                    "id": 123189,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f7d78686-a514-4595-b851-df9555e0e140/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3b0ddeaa-2ccb-4d4c-b17e-87aa2385fc3a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1cfdd849-8367-4a2e-beb9-d84902c6adbe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/10753c62-cbdc-44b5-b9c2-73c8f20289ab/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/76673c53-dce9-4190-930f-8c26cc0eae48/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/546775d1-5bac-45ef-89ce-b44998499f1d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dc781161-ffb7-4b83-933f-8e7698af67c8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b0a68530-1c34-4df0-8f7a-f7292b38c99e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a8b2c6fd-e704-45cd-9d2e-b8244cedd2f9/?format=api"
                    ],
                    "code": "28AB0028025",
                    "last_modified": "2024-07-05T16:46:27.301917Z",
                    "created": "2022-10-21T16:03:23.029342Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123194/?format=api",
                    "id": 123194,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f22cf305-058b-43c1-a002-0b95c75ac2c9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/21e767b9-182d-4508-b654-086491fc203e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dbed2921-a196-4d5b-bfa8-08c473520d57/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/632bee28-40cb-4658-a8c3-3bd39a531783/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/21cd0462-3d49-4d90-a51a-d72d8289bae1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a744128e-a377-4d76-baeb-3d3ff2c41d07/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9d6e346d-b46f-44e0-b016-795fcd45dce9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4ce3c730-c571-4e24-8dbc-c64253c53a38/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a851c49f-958c-4b9f-8068-9583c5b2ca9f/?format=api"
                    ],
                    "code": "28AB0028030",
                    "last_modified": "2024-07-05T16:46:29.637393Z",
                    "created": "2022-10-21T16:03:25.793337Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123195/?format=api",
                    "id": 123195,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/82556cb3-7cb8-4b4d-8b90-fbfd28fd7910/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7979c0c6-d1c8-42ce-a238-80dd4eb23254/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/50c8a1a8-0f5c-474d-88f8-a90380667a73/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2efb92d4-d687-4caa-be15-37e420454d6e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/31094968-d9a1-47bc-8af3-21ec4a5d29a3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a2bf1059-907e-4169-a252-d4d91607ad9a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/383de7fc-02b3-471b-a966-0a78fda4717b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b236ac96-8048-4336-8da8-08792fb51360/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/73071d93-e761-49a5-a389-0572ec1d9f88/?format=api"
                    ],
                    "code": "28AB0028031",
                    "last_modified": "2024-07-05T16:46:30.033896Z",
                    "created": "2022-10-21T16:03:26.343094Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123196/?format=api",
                    "id": 123196,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9ec7c145-0255-42b6-a52c-b6c1d0d606d4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4dad9d8f-c074-4db1-8742-d9b0992183ee/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/eec28724-a83c-417a-941f-f03a6687c9fd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/21a22632-72a1-4997-b89b-cce0de2c1433/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a89c540e-314c-4da8-97cf-147ffda74064/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6b49661d-628d-4c92-a108-1e82c1a7c26f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/66fb80dd-f74f-4ec2-a0de-12090112998d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0cb69f7e-f549-46ed-aecd-fc6e0ff2aa32/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9058343a-c0d2-400f-8da6-8d31e07577e9/?format=api"
                    ],
                    "code": "28AB0028032",
                    "last_modified": "2024-07-05T16:46:30.483852Z",
                    "created": "2022-10-21T16:03:26.913590Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123197/?format=api",
                    "id": 123197,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ecaec9cf-3ad0-4e28-b2e8-181a7b6a3b17/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7aa9da90-ae94-4570-b9b6-ac343493ce1c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/21de35ef-6f4f-44c1-a704-5ea35dc5cafb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e42f9f6f-42b6-405e-89f2-666c668e9182/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cd50277e-0931-4dd5-b81c-dde99cf4bafd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/50da888b-1359-45b4-8323-328161eeb2c1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/71b9b764-bcac-483b-8e7f-17e0987e4c0a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cdf9bb7a-7e33-47d9-9b83-4813c00cd0b1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8376e774-c939-4d14-9ea1-9027faf946ca/?format=api"
                    ],
                    "code": "28AB0028033",
                    "last_modified": "2024-07-05T16:46:30.972797Z",
                    "created": "2022-10-21T16:03:27.461572Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123200/?format=api",
                    "id": 123200,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d64fd3ca-6bae-48af-8d3d-1872ed4fc245/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/770ef5a7-8ee2-42ff-b79e-5847c61da261/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6327c2df-2a9a-4bf3-add8-804519876f31/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ddc0b1bb-ee61-42e7-96fe-894523ec3d96/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/176ec207-3da6-4abb-adea-e3bf17581ccb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cf5efcd3-229c-4436-86f6-763ee9599a32/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/555f387e-3050-4f01-8eac-a88314a504be/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/092a578a-b9ef-4d5a-969b-dcd724226005/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4a7db875-ad61-4e5e-9ed4-b7cff00d8085/?format=api"
                    ],
                    "code": "28AB0028036",
                    "last_modified": "2024-07-05T16:46:32.234828Z",
                    "created": "2022-10-21T16:03:29.087169Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123202/?format=api",
                    "id": 123202,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b8bf1d65-f494-4a40-a98f-d5827ffcd750/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/015add0e-e28f-4698-b922-97925416e01d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4debb72b-2e1a-4feb-a162-34c75ec983a4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ec936f48-f29f-4070-86a0-d5c1f74018ed/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7f7f02ba-4603-4418-8bb4-5c06b8ebc95b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/79370a21-d190-49ea-bac2-d9e69d123174/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/76cba2da-51bb-4432-b618-ee480ce6237a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/db825ca4-51bd-4cfa-8800-5299a5696e2a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ff2b65ee-ea07-4ae4-9bd3-a6355e26179a/?format=api"
                    ],
                    "code": "28AB0028038",
                    "last_modified": "2024-07-05T16:46:33.489685Z",
                    "created": "2022-10-21T16:03:30.188271Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123203/?format=api",
                    "id": 123203,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e7ebb1f3-d850-41e5-86ef-02cebb1df3ee/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/926e2885-ee3d-45ea-9e3b-26b1e6487e47/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2f005d0c-2885-4c83-b938-12f3b5f93e3d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/939e46b4-6e37-4c23-88fc-693f52d53df5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b27abce6-eff3-414c-8dda-bdcf876f267d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6ef1a24f-e891-4540-8158-c794dc879173/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d863d13-a362-4878-aa00-6477a978b762/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/25755f4e-1fc0-43a4-8aef-ff39b84e26d5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b884e9d1-13e4-40e2-a19f-3f8658798167/?format=api"
                    ],
                    "code": "28AB0028039",
                    "last_modified": "2024-07-05T16:46:33.867523Z",
                    "created": "2022-10-21T16:03:30.753339Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123191/?format=api",
                    "id": 123191,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/140cf492-0193-45af-9416-363eb5cff8b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7e072a45-af60-4653-a5c4-d37a00d48c21/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9f36fa12-77e0-44e9-9796-54146df97b2a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6789a68f-e2bb-4bfc-8ac3-870987bc8bc7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5a9260b8-6b3d-4110-93df-2005afb9af3a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/046249da-c9d8-47ca-8a74-ba894f153744/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aa2c8b36-602c-4c19-9044-90ea35b52c1b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8fbbe9f1-b89f-4983-84de-7183293792d1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1bf38659-6780-43ab-a97c-b1700cd3fac9/?format=api"
                    ],
                    "code": "28AB0028027",
                    "last_modified": "2024-07-05T16:46:28.267626Z",
                    "created": "2022-10-21T16:03:24.138157Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123192/?format=api",
                    "id": 123192,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0ec69dc8-d242-4366-bab8-a49f942c63a1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fa042443-a4ae-4258-aa9a-887635216b94/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2f53439b-9bad-4d9d-a499-f680736e7ee7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/67c1f0a9-d356-43df-91d9-732c6f6d1587/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cf2695d8-4acf-4a97-8608-3fd2fb48adc7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0d48eef2-94bc-4d3f-b2fb-08090d006d35/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/122a4f19-56cc-4640-bef5-58249146ff6a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/874cdd55-8648-42bd-969e-11e56def7fec/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2f456276-533b-4605-9f3b-7861e53a50a1/?format=api"
                    ],
                    "code": "28AB0028028",
                    "last_modified": "2024-07-05T16:46:28.739465Z",
                    "created": "2022-10-21T16:03:24.683266Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123193/?format=api",
                    "id": 123193,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/02631a01-66e0-4c67-b216-757d17a9e465/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/912b7c93-1c42-451e-ace0-2e279c07b1ca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a7ac743e-e87d-4be5-ac3b-9491105a37fd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4bafbed6-4714-4c2f-9be1-e12db2be92f0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/41c64f0d-8def-4296-85ae-85a1192deb28/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/078de425-ea88-46f1-a2ad-dc36cdf6a1c5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ebdd19f8-4df4-418a-95d9-977144ce838f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/18e3fb26-751f-48b2-8d08-517e2056c64a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f73a2123-7315-42f3-b8c7-03ca136eb88f/?format=api"
                    ],
                    "code": "28AB0028029",
                    "last_modified": "2024-07-05T16:46:29.173874Z",
                    "created": "2022-10-21T16:03:25.219588Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123198/?format=api",
                    "id": 123198,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f7b29e9b-199b-46d4-804d-83a518ae75d0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/00e13b00-21bb-4106-9277-0c759d467b27/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4b42d058-1445-4c1b-bba2-2f7966935f2a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/61041494-eb77-472c-9d10-c6a5c9341348/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7966bbad-53d0-420e-88c2-b1b30e10bce6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1ee01848-17a1-40ae-b4fd-c0b06ad9b733/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7f4c2d10-5c2a-451b-9fe2-80e5fa83a868/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c3a0c024-4275-419b-b704-62bd5fec0c25/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/919714ca-b895-4be4-82b4-aac5b8d50aef/?format=api"
                    ],
                    "code": "28AB0028034",
                    "last_modified": "2024-07-05T16:46:31.404172Z",
                    "created": "2022-10-21T16:03:28.002165Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123199/?format=api",
                    "id": 123199,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c647bf22-9e05-435c-afb1-86e306fe377a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9e1b3261-64eb-473f-a6db-41f2711f81a2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bbb5b053-c749-47d6-8c64-eeb90a77b797/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/57ea0258-808a-4282-a3f4-ea84f761061b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6934e5f1-7fc5-4742-abe1-4d81acbc8acb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e4d78152-c24c-4a25-a501-8818c2c95d0e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f518a898-cd33-4564-a870-bcbc2f516d5c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f72e04ff-21e1-430b-a28f-952b4b22b499/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0f543cd8-e5dd-445b-9524-5771f2d78d41/?format=api"
                    ],
                    "code": "28AB0028035",
                    "last_modified": "2024-07-05T16:46:31.794351Z",
                    "created": "2022-10-21T16:03:28.543221Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123201/?format=api",
                    "id": 123201,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3775f18d-d926-4ef8-9768-17a87f36ee1e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/880bec49-a007-40f7-83a1-bcecec739c34/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2c56de34-573f-42b4-982f-e0c1d51f0552/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/108cb9ce-d35b-46e4-859f-4e204727d40b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/09d5bd68-f5a4-419c-a57e-ecc751af320d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0165a5f0-99df-42af-bd45-c8885b2ab7ab/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ce2986c0-e814-417c-877f-f8b5f5496d4c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/854f0d10-ab4b-4e17-bbb5-7b97a9959040/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ff686875-4f6a-49cb-80b1-e87398cbbdae/?format=api"
                    ],
                    "code": "28AB0028037",
                    "last_modified": "2024-07-05T16:46:33.047110Z",
                    "created": "2022-10-21T16:03:29.644663Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123204/?format=api",
                    "id": 123204,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d2471b02-b8b9-4dec-943a-09fafb9dd47a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c7c806e1-67e6-4485-8f78-7fac4d76e44f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/95e01243-a4de-499b-b9d8-5d1db90ffa13/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d67382d-3175-4d7b-9bf5-1b77461c8019/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/59816872-e3d6-46cf-986b-7c00914d2205/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7ea7f877-126d-4ae7-a300-b6f953723048/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2e064580-30c4-4a42-b0e3-e888a86fe625/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b52e60c4-1a38-42db-a035-03b1cffeb4e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5a21fab-c08d-484b-b719-ddbcccfeed22/?format=api"
                    ],
                    "code": "28AB0028040",
                    "last_modified": "2024-07-05T16:46:34.322614Z",
                    "created": "2022-10-21T16:03:31.309009Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123205/?format=api",
                    "id": 123205,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c6751b15-1110-45e5-bb23-dd62f4341bd6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a9366d66-b9e3-4b28-beb9-252f8d830c92/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4b93770a-0f99-4486-9b94-94d300c3d0c4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fe273eab-71b0-4b2d-9b55-68303c1ce14a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/24f5af6e-524a-4e7a-abe6-c78a16cebbef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1bcb64bf-67be-4559-89f7-78dcdc00fbc1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0f6a5db7-509f-4806-b2df-47f5d5867f13/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dfa9ae21-aec5-49b6-acb6-6e541b5774bd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/27be03ab-8106-4062-b3b1-7366e0770a2c/?format=api"
                    ],
                    "code": "28AB0028041",
                    "last_modified": "2024-07-05T16:46:34.863929Z",
                    "created": "2022-10-21T16:03:31.859223Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123212/?format=api",
                    "id": 123212,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6a2c3dc4-774a-4e3d-b35b-1e6f5e938d24/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/99ef872b-6538-4622-b6a3-e41def0024ca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab7e704c-c363-4876-a6a8-dd9df43a5884/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2a5ff3ee-9931-4511-a094-bf26bbd1abe4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c939fea7-3c58-4fd2-8e3a-4eace1beb58a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/473d855c-5ac6-4880-948b-2559e054912b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f8649a38-a039-4484-926f-d117a64aada2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/44887e97-bcc2-46eb-ab5a-4d3f706deae4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6092ab64-6e6d-4fee-b2e2-d8c813b9f7e0/?format=api"
                    ],
                    "code": "28AB0028048",
                    "last_modified": "2024-07-05T16:46:38.129397Z",
                    "created": "2022-10-21T16:03:35.741770Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123206/?format=api",
                    "id": 123206,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9511cff6-0f28-4837-b211-479ec2f92cde/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5072c5d-4247-4237-a6f2-22227fd413c1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3a0edde3-ce08-4a5e-87aa-8078d9c754ef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/18c60845-470a-494a-8309-f884def11463/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fed0dbb9-b665-4c30-b010-5a54857a2fb4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e818df21-d479-4e33-9648-74c5dcb54ff3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3202fd60-ad87-4a04-91f4-c34de7d7ea4c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/650702eb-6259-4ac9-9c3e-7b4da2156b0f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cddff5d3-aa3a-432d-b9a9-5af0d420d01d/?format=api"
                    ],
                    "code": "28AB0028042",
                    "last_modified": "2024-07-05T16:46:35.285155Z",
                    "created": "2022-10-21T16:03:32.405640Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123213/?format=api",
                    "id": 123213,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c918a6f0-828d-472f-89d3-d1287e4d10b9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1af59447-e212-4ee4-8034-1507d096cf23/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f6d01bd8-e8e3-43b2-91fc-f7314e53db5b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f91c4b58-a4f6-46c6-bc95-d8c37a323199/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9c9bbfc5-8fb0-4448-91ed-9898aedce43b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5a25c6ac-1dff-4961-8b2d-68ac65d190e2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/55245079-2029-42b7-b2e3-95cdf25cc5f0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8c40f109-dff6-4a24-af67-ab2496ee0af7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/590d988b-3b7b-4d29-985a-57bd48072aca/?format=api"
                    ],
                    "code": "28AB0028049",
                    "last_modified": "2024-07-05T16:46:38.568974Z",
                    "created": "2022-10-21T16:03:36.286910Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123214/?format=api",
                    "id": 123214,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/41d1b675-2624-488c-a8a9-6014e5d75e91/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/758d8ff8-c775-4530-b721-9f7a3f94f8c4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ff285781-50f1-41b6-9cfe-f28c47a3443c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3d2642a2-3b9b-480a-840b-a36abd459ba8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7163b89f-7586-4b8d-9127-b98ca7695cf9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ffefc323-692f-4592-b317-b912c3ea9c5b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/55112af8-dd42-4ec9-b660-a6cf283e1914/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1e704009-a602-49c5-b521-610742c38cb2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d8f41d87-723e-4118-8ab0-18e2f806dd41/?format=api"
                    ],
                    "code": "28AB0028050",
                    "last_modified": "2024-07-05T16:46:38.962689Z",
                    "created": "2022-10-21T16:03:36.873714Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123207/?format=api",
                    "id": 123207,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/354df799-06b3-43cf-afb7-a6286c8268ba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b727ad9c-65f5-4cda-a475-df248101d3c8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/deb25005-af9b-409e-bfc2-07dba3e505cc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e915b7c7-08ed-457a-a55b-0e41b91533e8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1f05617e-773c-4802-9b4e-0bff9e46174e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c566c8ab-bf31-4d15-bbdf-c8226e58dea8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e307cbc1-c055-4bdc-a436-658e2bcc06fd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/82ce45e9-d463-4a4a-b414-6544f76bfc6f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8d751ec0-aa80-46d0-b549-424d9e67a411/?format=api"
                    ],
                    "code": "28AB0028043",
                    "last_modified": "2024-07-05T16:46:35.869458Z",
                    "created": "2022-10-21T16:03:32.977180Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123208/?format=api",
                    "id": 123208,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/db4ea72f-9f6d-4c43-9a07-a2a65cfbac7b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3f862384-9890-4397-80a4-1b73f796079c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/00962251-4d04-4e7b-9bdb-fd3e15bc8851/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1b404654-8824-4ad1-9ffe-7fc4742de917/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/45e6a72f-9f2e-4ae9-80f4-2b784a77083e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ba38c2ee-9f11-450a-b9e6-f37345f58f59/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ef18b489-076e-4bca-942a-d107e7f88f28/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a974590c-fd68-445e-9e1c-a29a47642122/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/446532e3-d0b0-4bdf-96ba-77e15f783412/?format=api"
                    ],
                    "code": "28AB0028044",
                    "last_modified": "2024-07-05T16:46:36.317721Z",
                    "created": "2022-10-21T16:03:33.537473Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123210/?format=api",
                    "id": 123210,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0d7a12c5-c6ca-4ddb-9d68-5215c71ad21f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/41bb8a8e-dab6-42bf-86f3-6cb5ff8473ba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/01a08192-ef35-4999-854a-2381072e5037/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4aa5efcd-86c0-4d6e-85c1-abeeb0fba59c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0d2ce493-f757-458a-b283-e1d25b49a480/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5b114957-1b83-4d86-8956-a18985680e7d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e6f0c347-77bd-407a-8ff9-ef9601533053/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5bea6e94-bd06-4c46-aa04-80d37458b258/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/01d1dc02-adda-447c-a2bf-7f4598d66a80/?format=api"
                    ],
                    "code": "28AB0028046",
                    "last_modified": "2024-07-05T16:46:37.152559Z",
                    "created": "2022-10-21T16:03:34.630882Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123211/?format=api",
                    "id": 123211,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9acc5027-d3fb-41cb-abb5-bdbb0c3dcd94/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/58f87651-6a4b-46a6-9820-6ffd57c6cc46/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/eb1b6329-1a6d-4750-a63f-68b9cd42f0cf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/978c4c86-e395-4040-bc39-77e6e9be1bd7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/003f3c0f-1507-4f69-be4d-999e8b50ff9f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c4ee4e60-6c64-4a7f-a5fe-0a98e1518e28/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dc190005-ccc5-4c8a-8c3f-02b39c9a5ba5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/df5e524e-9a97-4ae8-991e-e046927fc8da/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a17618fe-aa3b-4f48-8426-189fdca6dfb5/?format=api"
                    ],
                    "code": "28AB0028047",
                    "last_modified": "2024-07-05T16:46:37.675656Z",
                    "created": "2022-10-21T16:03:35.173748Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123188/?format=api",
                    "id": 123188,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c7c83e8c-d2f3-4af5-b738-7755326a35f2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/23011f51-96f6-449a-b2f1-e9f95ce8a1e2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/378f3418-cff0-4db4-8250-44d475581cad/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/409b942a-55ea-416d-9c7f-e52125d504fa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ce6b28d5-fa41-46cf-9008-eda67ef432f8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8d6264a6-7497-461a-87a1-2a666d02bc9f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6dbe7580-58d3-4d6e-b94a-930b0ddcf9b6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ae8027af-8dea-4c3d-a685-567d592b9ab5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/32a4a75f-cae2-4fd6-b637-191a493c1ebd/?format=api"
                    ],
                    "code": "28AB0028024",
                    "last_modified": "2024-07-05T16:46:26.828636Z",
                    "created": "2022-10-21T16:03:22.478696Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123209/?format=api",
                    "id": 123209,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/adceef99-1217-4e18-a83b-965a46146f1c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/342f1269-7e8b-4a50-a3f0-27728a791deb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b47ec037-244c-4f5e-99c3-5a5a9f979fc4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c5427a91-9ebb-43e0-8254-a33302fb84ce/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/87beb5f8-eb4f-4c5a-8f08-d3345c67b4d6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/37edd6f6-bdab-4790-81d3-c81c76c369a8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/630cab84-1a3a-469f-85cd-56f41ca2a62d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cabee86a-db99-43f0-b244-3edba03b8924/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/977bed59-55ef-4f87-8825-9238ddfc580d/?format=api"
                    ],
                    "code": "28AB0028045",
                    "last_modified": "2024-07-05T16:46:36.711964Z",
                    "created": "2022-10-21T16:03:34.083200Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44667/?format=api",
                    "id": 44667,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e816a0f9-88a1-4b77-8631-c1ca8310a177/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/17a5da16-7a8d-4c15-b7fb-eedf68977fcd/?format=api"
                    ],
                    "code": "28AB0028001",
                    "last_modified": "2024-07-05T16:46:17.328771Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": 19.56,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": -10.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44668/?format=api",
                    "id": 44668,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e33e428c-844b-4a09-b889-48b69e7e0de5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7097e4f2-114a-4d77-8b21-6bb350d25047/?format=api"
                    ],
                    "code": "28AB0028051",
                    "last_modified": "2024-07-05T16:46:39.918520Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": 20.0,
                    "filter_top_level": -18.0,
                    "filter_bottom_level": -20.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44669/?format=api",
                    "id": 44669,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e9367d51-cf73-4a97-a0cd-a3fbe98c8409/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0b854453-9f0b-4694-a29a-fb63b6c71085/?format=api"
                    ],
                    "code": "28AB0028052",
                    "last_modified": "2024-07-05T16:46:40.853852Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": 20.0,
                    "filter_top_level": -34.5,
                    "filter_bottom_level": -35.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44670/?format=api",
                    "id": 44670,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c26c70ac-e81f-472d-8e67-1649550c8b8d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6236df57-220e-49df-8ac5-e2c5a157a66c/?format=api"
                    ],
                    "code": "28AB0028053",
                    "last_modified": "2024-07-05T16:46:41.709350Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2872/?format=api",
                    "top_level": 20.0,
                    "filter_top_level": -49.5,
                    "filter_bottom_level": -50.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28AB0028",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 20.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2873/?format=api",
            "id": 2873,
            "code": "28AL0021",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.392632480579195,
                    52.47664074718347,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T11:14:45.532495Z",
            "created": "2015-08-12T11:32:59.334400Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44671/?format=api",
                    "id": 44671,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bbc7bae1-429f-46fb-811f-a2be30840844/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d5be1b15-3ffd-43db-9a65-6e3e308e70b6/?format=api"
                    ],
                    "code": "28AL0021001",
                    "last_modified": "2024-07-05T16:46:44.075063Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2873/?format=api",
                    "top_level": 7.855,
                    "filter_top_level": 4.01,
                    "filter_bottom_level": 3.01,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0408",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.57,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2874/?format=api",
            "id": 2874,
            "code": "28AL0022",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.386268847272209,
                    52.47120764986674,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:50.563566Z",
            "created": "2015-08-12T11:32:59.340014Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44672/?format=api",
                    "id": 44672,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/cf0af5a0-9c05-40eb-8a5d-a15a72e422dc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3c40a43b-3011-4680-87ec-199f861c440d/?format=api"
                    ],
                    "code": "28AL0022001",
                    "last_modified": "2024-07-05T16:46:45.355219Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2874/?format=api",
                    "top_level": 7.31,
                    "filter_top_level": 2.51,
                    "filter_bottom_level": 1.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0409",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.81,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2875/?format=api",
            "id": 2875,
            "code": "28AL0052",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.400556818013781,
                    52.44212894230986,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:46:51.212111Z",
            "created": "2015-08-12T11:32:59.345597Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44673/?format=api",
                    "id": 44673,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b80647f9-7f6c-4f6a-8a70-d7a5f57dc628/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/782bfc24-7ba4-44b0-b867-fb976c1c77ff/?format=api"
                    ],
                    "code": "28AL0052001",
                    "last_modified": "2024-07-05T16:46:51.579469Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2875/?format=api",
                    "top_level": 7.28,
                    "filter_top_level": 4.7,
                    "filter_bottom_level": 3.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0431",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 6.7,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2876/?format=api",
            "id": 2876,
            "code": "28AL0054",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.382291729348854,
                    52.4672912658754,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:53.967685Z",
            "created": "2015-08-12T11:32:59.351596Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44674/?format=api",
                    "id": 44674,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/745b6867-4ca4-4037-b2ef-276f9bc2c4b4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13371e93-0800-49fd-8e10-c0e99b0927ca/?format=api"
                    ],
                    "code": "28AL0054001",
                    "last_modified": "2024-07-05T16:46:52.912229Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2876/?format=api",
                    "top_level": 6.776,
                    "filter_top_level": 3.61,
                    "filter_bottom_level": 2.61,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0432",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.9,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2877/?format=api",
            "id": 2877,
            "code": "28AL0056",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.450903471701046,
                    52.47509144775802,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:57.625684Z",
            "created": "2015-08-12T11:32:59.357062Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44675/?format=api",
                    "id": 44675,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ce45670d-5355-426f-b1d3-d90d0e522c5e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9dbec2cd-c501-4d0d-a85c-8ebe146d8dab/?format=api"
                    ],
                    "code": "28AL0056001",
                    "last_modified": "2024-07-05T16:46:55.390284Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2877/?format=api",
                    "top_level": 5.743,
                    "filter_top_level": 2.09,
                    "filter_bottom_level": 1.09,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0434",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.86,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2878/?format=api",
            "id": 2878,
            "code": "28AL0059",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.447833382353822,
                    52.46802181247505,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:29:01.259355Z",
            "created": "2015-08-12T11:32:59.362389Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44676/?format=api",
                    "id": 44676,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/02f8356e-5fcc-48bb-98c2-8a465243b113/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/943af9c0-1ede-44d8-a4e2-170f8f873a15/?format=api"
                    ],
                    "code": "28AL0059001",
                    "last_modified": "2024-07-05T16:46:56.622272Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2878/?format=api",
                    "top_level": 5.257,
                    "filter_top_level": 3.3,
                    "filter_bottom_level": 2.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0435",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 4.79,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2879/?format=api",
            "id": 2879,
            "code": "28AL0070",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.360259831449482,
                    52.46049729895181,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:47:01.369137Z",
            "created": "2015-08-12T11:32:59.368169Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44677/?format=api",
                    "id": 44677,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a6574cc8-54ce-4712-a32d-54e76d215c1c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/76057616-8854-4beb-a605-64ba7df326c5/?format=api"
                    ],
                    "code": "28AL0070001",
                    "last_modified": "2024-07-05T16:47:01.789077Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2879/?format=api",
                    "top_level": 6.377,
                    "filter_top_level": 3.16,
                    "filter_bottom_level": 2.16,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0437",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 6.22,
            "top_level": null,
            "bottom_level": null
        }
    ]
}