API endpoint that allows events to be viewed or edited.

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

{
    "id": 3426,
    "name": "Wednesday, Oct 18-19 2023",
    "details": "https://api.beluga.insectai.org/api/v2/events/3426/?format=api",
    "deployment": {
        "id": 100,
        "name": "North Cont pos",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/100/?format=api",
        "user_permissions": []
    },
    "start": "2023-10-18T21:00:00",
    "end": "2023-10-19T04:26:28",
    "day": "2023-10-18",
    "date_label": "Oct 18-19 2023",
    "duration": "26788.0",
    "duration_label": "7 hours 26 min",
    "captures_count": 4020,
    "detections_count": 29,
    "occurrences_count": 1,
    "stats": {
        "detections_max_count": 12,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=3426&ordering=timestamp",
    "first_capture": {
        "id": 9114373,
        "details": "https://api.beluga.insectai.org/api/v2/captures/9114373/?format=api",
        "url": "https://ami-test-o.s3-ext.jc.rl.ac.uk/dep000009/snapshot_images/01-20231018210000-snapshot.jpg",
        "width": 4096,
        "height": 2160,
        "timestamp": "2023-10-18T21:00:00",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "11:00 PM",
                    "3:00 AM",
                    "4:00 AM"
                ],
                "y": [
                    1,
                    1,
                    1
                ],
                "ticktext": [
                    "11:00 PM:00",
                    "4:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    1,
                    2
                ],
                "y": [
                    "Adela violella D.& S.",
                    "Epirrita autumnata",
                    "Calybites phasianipennella",
                    "Crambus pratella",
                    "Coleophora trifolii",
                    "Coleophora mayrella",
                    "Coleophora deauratella",
                    "Arctia caja",
                    "Emmelina monodactyla",
                    "Acleris variegana"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2024-04-30T10:37:01.576271",
    "updated_at": "2024-04-30T10:37:01.968131",
    "user_permissions": []
}