GET /api/sensors/1/data/?page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5211106,
    "next": "http://auroraiot.georgedeveloper.com/api/sensors/1/data/?page=4",
    "previous": "http://auroraiot.georgedeveloper.com/api/sensors/1/data/?page=2",
    "results": [
        {
            "id": 41,
            "sensor_id": 1,
            "time": "2024-01-07T19:49:39.897405-05:00",
            "volts": 125,
            "amps": 1.59,
            "frequency": 60,
            "watts": 77.2,
            "energy": 491.31,
            "power_factor": 39
        },
        {
            "id": 43,
            "sensor_id": 1,
            "time": "2024-01-07T19:49:46.075147-05:00",
            "volts": 125,
            "amps": 1.54,
            "frequency": 60,
            "watts": 75.2,
            "energy": 491.31,
            "power_factor": 39
        },
        {
            "id": 45,
            "sensor_id": 1,
            "time": "2024-01-07T19:49:52.249725-05:00",
            "volts": 125,
            "amps": 1.57,
            "frequency": 60,
            "watts": 75.8,
            "energy": 491.31,
            "power_factor": 39
        },
        {
            "id": 47,
            "sensor_id": 1,
            "time": "2024-01-07T19:49:58.428957-05:00",
            "volts": 125,
            "amps": 1.59,
            "frequency": 60,
            "watts": 76.8,
            "energy": 491.31,
            "power_factor": 39
        },
        {
            "id": 49,
            "sensor_id": 1,
            "time": "2024-01-07T19:50:04.601997-05:00",
            "volts": 125,
            "amps": 1.6,
            "frequency": 60,
            "watts": 78.6,
            "energy": 491.31,
            "power_factor": 39
        },
        {
            "id": 51,
            "sensor_id": 1,
            "time": "2024-01-07T19:50:10.769195-05:00",
            "volts": 125,
            "amps": 1.61,
            "frequency": 60,
            "watts": 78.2,
            "energy": 491.31,
            "power_factor": 39
        },
        {
            "id": 53,
            "sensor_id": 1,
            "time": "2024-01-07T19:50:16.944208-05:00",
            "volts": 125,
            "amps": 1.61,
            "frequency": 60,
            "watts": 79.6,
            "energy": 491.31,
            "power_factor": 39
        },
        {
            "id": 55,
            "sensor_id": 1,
            "time": "2024-01-07T19:50:23.125768-05:00",
            "volts": 125,
            "amps": 1.6,
            "frequency": 60,
            "watts": 79.6,
            "energy": 491.31,
            "power_factor": 40
        },
        {
            "id": 57,
            "sensor_id": 1,
            "time": "2024-01-07T19:50:29.307747-05:00",
            "volts": 125,
            "amps": 1.61,
            "frequency": 60,
            "watts": 78.8,
            "energy": 491.31,
            "power_factor": 39
        },
        {
            "id": 59,
            "sensor_id": 1,
            "time": "2024-01-07T19:50:35.487959-05:00",
            "volts": 125,
            "amps": 1.6,
            "frequency": 60,
            "watts": 78.9,
            "energy": 491.31,
            "power_factor": 39
        }
    ]
}