API endpoint that allows events to be viewed or edited.

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

{
    "id": 751,
    "name": "Thursday, Jun 2-3 2022",
    "details": "https://api.beluga.insectai.org/api/v2/events/751/?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-02T22:27:15",
    "end": "2022-06-03T03:40:34",
    "day": "2022-06-02",
    "date_label": "Jun 2-3 2022",
    "duration": "18799.0",
    "duration_label": "5 hours 13 min",
    "captures_count": 7988,
    "detections_count": 82,
    "occurrences_count": 17,
    "stats": {
        "detections_max_count": 20,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=751&ordering=timestamp",
    "first_capture": {
        "id": 3236625,
        "details": "https://api.beluga.insectai.org/api/v2/captures/3236625/?format=api",
        "url": "https://static.dev.insectai.org/ami-trapdata/vermont/RawImages2022VT/Mothra_movement/2022_06_02.2/20220602222715-00-01.jpg",
        "width": 4096,
        "height": 2160,
        "timestamp": "2022-06-02T22:27:15",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "10:00 PM",
                    "12:00 AM",
                    "1:00 AM",
                    "3:00 AM"
                ],
                "y": [
                    3,
                    2,
                    5,
                    10
                ],
                "ticktext": [
                    "10:00 PM:00",
                    "3:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    1,
                    1,
                    1,
                    1,
                    1,
                    2,
                    2,
                    2,
                    3,
                    3
                ],
                "y": [
                    "Cisseps fulvicollis",
                    "Hydrelia inornata",
                    "Holomelina laeta",
                    "Lascoria ambigualis",
                    "Nemoria bistriaria",
                    "Drepana arcuata",
                    "Thyridopteryx ephemeraeformis",
                    "Iridopsis larvaria",
                    "Probole amicaria",
                    "Palpita magniferalis"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2023-09-06T20:39:27.291241",
    "updated_at": "2023-12-07T01:06:08.724045",
    "user_permissions": []
}