API endpoint that allows events to be viewed or edited.

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

{
    "id": 599,
    "name": "Friday, Jul 29-30 2022",
    "details": "https://api.beluga.insectai.org/api/v2/events/599/?format=api",
    "deployment": {
        "id": 18,
        "name": "Vermont - Mothra",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/18/?format=api",
        "user_permissions": []
    },
    "start": "2022-07-29T20:17:56",
    "end": "2022-07-30T04:00:28",
    "day": "2022-07-29",
    "date_label": "Jul 29-30 2022",
    "duration": "27752.0",
    "duration_label": "7 hours 42 min",
    "captures_count": 5457,
    "detections_count": 10,
    "occurrences_count": 1,
    "stats": {
        "detections_max_count": 5,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=599&ordering=timestamp",
    "first_capture": {
        "id": 2423782,
        "details": "https://api.beluga.insectai.org/api/v2/captures/2423782/?format=api",
        "url": "https://static.dev.insectai.org/ami-trapdata/vermont/RawImages2022VT/Mothra_movement/2022_07_29/20220729201756-00-01.jpg",
        "width": 4096,
        "height": 2160,
        "timestamp": "2022-07-29T20:17:56",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "1:00 AM"
                ],
                "y": [
                    1
                ],
                "ticktext": [
                    "1:00 AM:00",
                    "1:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    1
                ],
                "y": [
                    "Tineola bisselliella",
                    "Adela caeruleella",
                    "Rheumaptera undulata",
                    "Proteoteras moffatiana",
                    "Crambus saltuellus",
                    "Argyrotaenia quadrifasciana",
                    "Aethes biscana",
                    "Macaria pustularia"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2023-09-04T04:18:51.429541",
    "updated_at": "2023-12-07T01:09:29.342545",
    "user_permissions": []
}