API endpoint that allows events to be viewed or edited.

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

{
    "id": 569,
    "name": "Friday, Jun 3-4 2022",
    "details": "https://api.beluga.insectai.org/api/v2/events/569/?format=api",
    "deployment": {
        "id": 18,
        "name": "Vermont - Mothra",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/18/?format=api",
        "user_permissions": []
    },
    "start": "2022-06-03T11:38:28",
    "end": "2022-06-04T04:58:28",
    "day": "2022-06-03",
    "date_label": "Jun 3-4 2022",
    "duration": "62400.0",
    "duration_label": "17 hours 20 min",
    "captures_count": 5056,
    "detections_count": 20,
    "occurrences_count": 7,
    "stats": {
        "detections_max_count": 11,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=569&ordering=timestamp",
    "first_capture": {
        "id": 2292739,
        "details": "https://api.beluga.insectai.org/api/v2/captures/2292739/?format=api",
        "url": "https://static.dev.insectai.org/ami-trapdata/vermont/RawImages2022VT/Mothra_movement/2022_06_03/20220603113828-00-01.jpg",
        "width": 4096,
        "height": 2160,
        "timestamp": "2022-06-03T11:38:28",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "10:00 PM",
                    "11:00 PM",
                    "1:00 AM"
                ],
                "y": [
                    1,
                    1,
                    3
                ],
                "ticktext": [
                    "10:00 PM:00",
                    "1:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    0,
                    0,
                    0,
                    0,
                    1,
                    1,
                    1,
                    1,
                    1,
                    2
                ],
                "y": [
                    "Coleophora deauratella",
                    "Coleophora mayrella",
                    "Emmelina monodactyla",
                    "Catocala innubens",
                    "Ancylis nubeculana",
                    "Lobophora nivigerata",
                    "Argyrotaenia mariana",
                    "Phalaenophana pyramusalis",
                    "Adela caeruleella",
                    "Campaea perlata"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2023-09-04T02:06:17.196668",
    "updated_at": "2023-12-07T01:06:17.440065",
    "user_permissions": []
}