{
  "@context": "http://iiif.io/api/presentation/4/context.json",
  "id": "https://iiif.io/api/presentation/4.0/example/02_timeline.json",
  "type": "Manifest",
  "label": {
    "en": [
      "Simplest Audio Example (IIIF Presentation v4)"
    ]
  },
  "items": [
    {
      "id": "https://iiif.io/api/presentation/4.0/example/02",
      "type": "Timeline",
      "duration": 1985.024,
      "items": [
        {
          "id": "https://iiif.io/api/presentation/4.0/example/02/page",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://iiif.io/api/presentation/4.0/example/02/page/anno",
              "type": "Annotation",
              "motivation": ["painting"],
              "body": {
                "id": "https://fixtures.iiif.io/audio/indiana/mahler-symphony-3/CD1/medium/128Kbps.mp4",
                "type": "Audio",
                "format": "audio/mp4",
                "duration": 1985.024
              },
              "target": {
                "id": "https://iiif.io/api/presentation/4.0/example/02",
                "type": "Timeline"
              }
            }
          ]
        }
      ]
    }
  ]
}