API endpoint that allows events to be viewed or edited.

GET /api/v2/events/5198/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 5198,
    "name": "Tuesday, Jul 16 2024",
    "details": "https://api.beluga.insectai.org/api/v2/events/5198/?format=api",
    "deployment": {
        "id": 241,
        "name": "J_AMI_Unit 1 Pasadena",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/241/?format=api",
        "user_permissions": []
    },
    "start": "2024-07-16T00:00:01",
    "end": "2024-07-16T03:59:15",
    "day": "2024-07-16",
    "date_label": "Jul 16 2024",
    "duration": "14354.0",
    "duration_label": "3 hours 59 min",
    "captures_count": 190,
    "detections_count": 358,
    "occurrences_count": 312,
    "stats": {
        "detections_max_count": 21,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=5198&ordering=timestamp",
    "first_capture": {
        "id": 17996108,
        "details": "https://api.beluga.insectai.org/api/v2/captures/17996108/?format=api",
        "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/newfoundland/J_AMI_Unit_Pasadena/20240716000001.JPG",
        "width": 6080,
        "height": 3420,
        "timestamp": "2024-07-16T00:00:01",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "12:00 AM",
                    "1:00 AM",
                    "2:00 AM"
                ],
                "y": [
                    34,
                    115,
                    130
                ],
                "ticktext": [
                    "12:00 AM:00",
                    "2:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    4,
                    4,
                    4,
                    6,
                    6,
                    7,
                    8,
                    8,
                    10,
                    144
                ],
                "y": [
                    "Moth",
                    "Endothenia quadrimaculana",
                    "Clepsis clemensiana",
                    "Aethes biscana",
                    "Choristoneura conflictana",
                    "Cnephasia stephensiana",
                    "Argyrotaenia juglandana",
                    "Archips rosana",
                    "Choristoneura rosaceana",
                    "Choristoneura fumiferana"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2024-11-13T17:32:58.298758",
    "updated_at": "2024-11-20T17:28:51.867670",
    "user_permissions": []
}