AsRun model is a historic log over what was sent through playout.

video - Points to the Video which was played if there is one. Can be empty if something other than a video was played. The field is mutually exclusive with program_name.

program_name - A free form text input saying what was played. If video is set, this field should not be set. Examples of where you'd use this field is e.g. when broadcasting live. Defaults to the empty string.

playout - The playout this entry corresponds with. This will almost always be 'main' which it defaults to.

played_at - Time when the playout started. Defaults to now.

in_ms - The inpoint where the video/stream was started at. In milliseconds. Normally 0 which it defaults to.

out_ms - The outpoint where the video/stream stopped. This would often be the duration of the video, or how long we live streamed a particular URL. Can be null (None) if this is 'currently happening'.

Query parameters

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - You can order the results by any visible field. Prepend a minus to order in descending order. I.e. ?ordering=-played_at to show newest items first.

GET /api/asrun/?format=api&offset=200&ordering=out_ms
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 320,
    "next": "https://frikanalen.no/api/asrun/?format=api&limit=50&offset=250&ordering=out_ms",
    "previous": "https://frikanalen.no/api/asrun/?format=api&limit=50&offset=150&ordering=out_ms",
    "results": [
        {
            "id": 286,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-19T13:50:51.995000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 288,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-19T14:02:49.617000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 291,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-30T20:22:29.027000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 295,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-30T20:24:00.197000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 59,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T14:59:00.118000Z",
            "inMs": 0,
            "outMs": 32000
        },
        {
            "id": 64,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T15:58:46.048000Z",
            "inMs": 0,
            "outMs": 47000
        },
        {
            "id": 106,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T21:29:37.071000Z",
            "inMs": 0,
            "outMs": 56000
        },
        {
            "id": 75,
            "video": 622419,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T16:44:33.861000Z",
            "inMs": 0,
            "outMs": 61000
        },
        {
            "id": 84,
            "video": 624369,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T18:26:39.885000Z",
            "inMs": 0,
            "outMs": 69000
        },
        {
            "id": 159,
            "video": 622548,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T02:00:11.263000Z",
            "inMs": 0,
            "outMs": 74000
        },
        {
            "id": 228,
            "video": 622548,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T08:49:48.069000Z",
            "inMs": 0,
            "outMs": 74000
        },
        {
            "id": 192,
            "video": 624479,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T05:01:01.302000Z",
            "inMs": 0,
            "outMs": 74000
        },
        {
            "id": 41,
            "video": 624130,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T11:58:50.370000Z",
            "inMs": 0,
            "outMs": 79000
        },
        {
            "id": 87,
            "video": 624293,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T18:28:28.761000Z",
            "inMs": 0,
            "outMs": 91000
        },
        {
            "id": 36,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T10:57:57.840000Z",
            "inMs": 0,
            "outMs": 95000
        },
        {
            "id": 35,
            "video": 623950,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T10:56:22.038000Z",
            "inMs": 0,
            "outMs": 95000
        },
        {
            "id": 320,
            "video": 624230,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-30T23:02:42.849000Z",
            "inMs": 0,
            "outMs": 105000
        },
        {
            "id": 45,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T12:29:45.601000Z",
            "inMs": 0,
            "outMs": 107000
        },
        {
            "id": 111,
            "video": 623856,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T21:59:02.211000Z",
            "inMs": 0,
            "outMs": 107000
        },
        {
            "id": 150,
            "video": 623811,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T01:19:45.358000Z",
            "inMs": 0,
            "outMs": 109000
        },
        {
            "id": 26,
            "video": 623799,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T10:50:14.307000Z",
            "inMs": 0,
            "outMs": 109000
        },
        {
            "id": 255,
            "video": 623811,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T11:42:06.698000Z",
            "inMs": 0,
            "outMs": 109000
        },
        {
            "id": 219,
            "video": 623953,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T07:51:47.051000Z",
            "inMs": 0,
            "outMs": 113000
        },
        {
            "id": 56,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T14:27:34.476000Z",
            "inMs": 0,
            "outMs": 118000
        },
        {
            "id": 55,
            "video": 623814,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T14:25:35.164000Z",
            "inMs": 0,
            "outMs": 119000
        },
        {
            "id": 267,
            "video": 624380,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T12:29:51.872000Z",
            "inMs": 0,
            "outMs": 119000
        },
        {
            "id": 282,
            "video": 623814,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T13:42:06.206000Z",
            "inMs": 0,
            "outMs": 119000
        },
        {
            "id": 29,
            "video": 624312,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T10:52:42.327000Z",
            "inMs": 0,
            "outMs": 123000
        },
        {
            "id": 23,
            "video": 622418,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T10:47:25.744000Z",
            "inMs": 0,
            "outMs": 129000
        },
        {
            "id": 195,
            "video": 623820,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T05:02:54.416000Z",
            "inMs": 0,
            "outMs": 131000
        },
        {
            "id": 308,
            "video": 624340,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-30T21:27:25.663000Z",
            "inMs": 0,
            "outMs": 141000
        },
        {
            "id": 141,
            "video": 624407,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T01:07:49.222000Z",
            "inMs": 0,
            "outMs": 142000
        },
        {
            "id": 299,
            "video": 623807,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-30T20:32:44.281000Z",
            "inMs": 0,
            "outMs": 144000
        },
        {
            "id": 144,
            "video": 622402,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T01:10:50.713000Z",
            "inMs": 0,
            "outMs": 159000
        },
        {
            "id": 237,
            "video": 622406,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T10:05:19.827000Z",
            "inMs": 0,
            "outMs": 160000
        },
        {
            "id": 52,
            "video": 624388,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T14:22:00.001000Z",
            "inMs": 0,
            "outMs": 176000
        },
        {
            "id": 90,
            "video": 622966,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T18:30:39.118000Z",
            "inMs": 0,
            "outMs": 179000
        },
        {
            "id": 114,
            "video": 622966,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T22:01:28.805000Z",
            "inMs": 0,
            "outMs": 179000
        },
        {
            "id": 317,
            "video": 622397,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-30T22:58:56.810000Z",
            "inMs": 0,
            "outMs": 187000
        },
        {
            "id": 132,
            "video": 624279,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T00:35:46.659000Z",
            "inMs": 0,
            "outMs": 187000
        },
        {
            "id": 174,
            "video": 622307,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T03:17:06.451000Z",
            "inMs": 0,
            "outMs": 191000
        },
        {
            "id": 138,
            "video": 623954,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T01:03:45.851000Z",
            "inMs": 0,
            "outMs": 204000
        },
        {
            "id": 32,
            "video": 622325,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T10:53:49.250000Z",
            "inMs": 0,
            "outMs": 221000
        },
        {
            "id": 165,
            "video": 623046,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T02:22:14.440000Z",
            "inMs": 0,
            "outMs": 284000
        },
        {
            "id": 147,
            "video": 622204,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T01:14:08.744000Z",
            "inMs": 0,
            "outMs": 297000
        },
        {
            "id": 177,
            "video": 623821,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T03:20:56.689000Z",
            "inMs": 0,
            "outMs": 304000
        },
        {
            "id": 69,
            "video": 622214,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T16:29:03.204000Z",
            "inMs": 0,
            "outMs": 311000
        },
        {
            "id": 63,
            "video": 623036,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T15:52:00.047000Z",
            "inMs": 0,
            "outMs": 405000
        },
        {
            "id": 120,
            "video": 623923,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T22:28:15.559000Z",
            "inMs": 0,
            "outMs": 416000
        },
        {
            "id": 252,
            "video": 624207,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T11:34:12.485000Z",
            "inMs": 0,
            "outMs": 435000
        }
    ]
}