API endpoint that allows events to be viewed or edited.

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

{
    "id": 2474,
    "name": "Wednesday, Jul 12-13 2023",
    "details": "https://api.beluga.insectai.org/api/v2/events/2474/?format=api",
    "deployment": {
        "id": 52,
        "name": "Mothra",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/52/?format=api",
        "user_permissions": []
    },
    "start": "2023-07-12T21:04:54",
    "end": "2023-07-13T04:01:50",
    "day": "2023-07-12",
    "date_label": "Jul 12-13 2023",
    "duration": "25016.0",
    "duration_label": "6 hours 56 min",
    "captures_count": 8939,
    "detections_count": 673,
    "occurrences_count": 663,
    "stats": {
        "detections_max_count": 22,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=2474&ordering=timestamp",
    "first_capture": {
        "id": 4537910,
        "details": "https://api.beluga.insectai.org/api/v2/captures/4537910/?format=api",
        "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/vermont/RawImages/MOTHRA/2023/2023_07_12/20230712210454-00-01.jpg",
        "width": 4096,
        "height": 2160,
        "timestamp": "2023-07-12T21:04:54",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "10:00 PM",
                    "11:00 PM",
                    "12:00 AM",
                    "1:00 AM",
                    "2:00 AM",
                    "3:00 AM",
                    "4:00 AM"
                ],
                "y": [
                    4,
                    21,
                    23,
                    17,
                    11,
                    18,
                    3
                ],
                "ticktext": [
                    "10:00 PM:00",
                    "4:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    2,
                    2,
                    3,
                    3,
                    3,
                    4,
                    4,
                    5,
                    8,
                    20
                ],
                "y": [
                    "Adela caeruleella",
                    "Eriocrania semipurpurella",
                    "Acoloithus falsarius",
                    "Gymnandrosoma punctidiscanum",
                    "Speranza pustularia",
                    "Idia americalis",
                    "Choristoneura rosaceana",
                    "Platynota exasperatana",
                    "Microcrambus elegans",
                    "Olethreutes fasciatana"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2023-10-12T22:00:03.151458",
    "updated_at": "2025-01-15T19:04:30.043258",
    "user_permissions": []
}