Video events schedule

Query parameters

date - Date expressed in the format YYYY-MM-DD (eg. 2020-12-31), or "today". Default is today, Europe/Oslo time.

days - Number of days schedule requested. Default is 7 days.

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

surrounding - Fetch the first event before and after the given period

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-starttime.

GET /api/scheduleitems/?format=api&offset=100&ordering=-video
HTTP 200 OK
Content-Type: application/json

{
    "count": 158,
    "next": "https://forrige.frikanalen.no/api/scheduleitems/?format=api&limit=50&offset=150&ordering=-video",
    "previous": "https://forrige.frikanalen.no/api/scheduleitems/?format=api&limit=50&offset=50&ordering=-video",
    "results": [
        {
            "id": 184245,
            "video": {
                "id": 626184,
                "name": "Annerledes av Margrete",
                "header": "Margrete (33) har skrevet og framført et dikt om å leve med en funksjonshemming. Selv har hun asperger-syndrom.",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 978 41 612",
                    "fkmember": true
                },
                "duration": "00:01:43.200000",
                "categories": [
                    "Kultur"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T16:13:00+02:00",
            "endtime": "2024-05-18T16:14:43.200000+02:00",
            "duration": "00:01:43.200000"
        },
        {
            "id": 184188,
            "video": {
                "id": 626223,
                "name": "My personal fight against the modern laptop - Hamish Coleman",
                "header": "Hamish Coleman presents.\r\n\r\n\r\n    This talk will take you through some tools and techniques I used to reverse engineer the keyboard controller in my Thinkpad x230 laptop.\r\n\r\n\r\n    I was driven to start this project when the laptops currently on sale just did not meet my requirements. Even the durable Thinkpad laptops I preferred in the past are being dumbed down. Eventually, I will need a new laptop - and with the available offerings, I just do not want anything that currently can be purchased off the shelf.\r\n\r\n\r\n    To keep the project achievable, I reduced my gripes to just the keyboard - asking the question: \"Can I shoehorn an older keyboard in a modern laptop?\"\r\n\r\n\r\n    Taking you through UEFI, ARCompact CPUs, Firmware Reversing, big structure dumping, SMM and custom virtual machines to answer that with \"maybe.\"\r\n\r\n\r\n    I hope to inspire others to address their hardware gripes too - and offer some tools and the confidence that they can.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:50:40.660000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T20:04:00+02:00",
            "endtime": "2024-05-17T20:54:40.660000+02:00",
            "duration": "00:50:40.660000"
        },
        {
            "id": 184217,
            "video": {
                "id": 626252,
                "name": "EuroBSDCon 2019, Lillehammer: Advanced ports toolkit: near-perfect packing-list generation - Marc Espie",
                "header": "The OpenBSD ports tree uses an unique approach.\r\n\r\nInstead of ad-hoc scripts that manipulate textual information, we do have a semantic parser that creates objects for each element in the plist.\r\n\r\nThe last year saw a complete rewrite of the most complicated piece of machinery, namely update-plist.\r\n\r\nThere are lots of interesting challenges, specifically how to write a generic tool that will handle all the semantic annotations that currently figure in packing-lists with minimal special-casing:\r\n\r\nvariables that expand to nothing for some flavors,\r\nambiguous variable expansions,\r\ndirectories that may not exist for python2 ports,\r\nautomatic dispatching to the right subpackage and fragment,\r\nshared libraries,\r\nsmart file type handling for libraries, icon themes, etc\r\nBefore and after comparison shows a new tool that requires minimal human intervention (perfect packing-list re-generation in over 95% of the cases), where the old update-plist required hand-holding over half the time.\r\n\r\nMarc Espie\r\n\r\nResearcher/Teacher in development security at Epita.\r\n\r\nArchitect of the OpenBSD packages and ports system.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:40:41.820000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T04:35:00+02:00",
            "endtime": "2024-05-18T05:15:41.820000+02:00",
            "duration": "00:40:41.820000"
        },
        {
            "id": 184192,
            "video": {
                "id": 626291,
                "name": "En sang i uka",
                "header": "I dagens torsdagsinnslag møter vi Andreas Gregersen som har satt seg et stort mål for året: han skal nemlig lage en sang hver eneste uke i 2020. Vi besøkte ham i det han skulle lage sang for uke 4. Tittelen på sangen ble Empo Tv.",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 978 41 612",
                    "fkmember": true
                },
                "duration": "00:03:16.840000",
                "categories": [
                    "Kultur"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T21:56:00+02:00",
            "endtime": "2024-05-17T21:59:16.840000+02:00",
            "duration": "00:03:16.840000"
        },
        {
            "id": 184169,
            "video": {
                "id": 626317,
                "name": "Torsdagsinnslag 6. februar: Spor3",
                "header": "Etter kommunesammenslåingen av Ski og Oppegård til Nordre Follo kommune, ble Rådhuset og de fleste innbyggertjenestene, som f.eks. servicetorg og NAV-kontor lagt til Ski. Det skaper utfordringer for rullestolbrukere på Kolbotn som ønsker å ta toget til Ski.",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 978 41 612",
                    "fkmember": true
                },
                "duration": "00:02:14.240000",
                "categories": [
                    "Velferd"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T12:56:00+02:00",
            "endtime": "2024-05-17T12:58:14.240000+02:00",
            "duration": "00:02:14.240000"
        },
        {
            "id": 184242,
            "video": {
                "id": 626319,
                "name": "Anne Cath. Vestlys 100-årsjubileum",
                "header": "I år ville forfatteren Anne Cath. Vestly fylt 100 år. Empo var på plass da dagen ble feiret i forfatterens fødeby, nemlig Rena.",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 978 41 612",
                    "fkmember": true
                },
                "duration": "00:03:02.400000",
                "categories": [
                    "Kultur"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T15:53:00+02:00",
            "endtime": "2024-05-18T15:56:02.400000+02:00",
            "duration": "00:03:02.400000"
        },
        {
            "id": 183891,
            "video": {
                "id": 626319,
                "name": "Anne Cath. Vestlys 100-årsjubileum",
                "header": "I år ville forfatteren Anne Cath. Vestly fylt 100 år. Empo var på plass da dagen ble feiret i forfatterens fødeby, nemlig Rena.",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 978 41 612",
                    "fkmember": true
                },
                "duration": "00:03:02.400000",
                "categories": [
                    "Kultur"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-18T16:15:00+02:00",
            "endtime": "2024-05-18T16:18:02.400000+02:00",
            "duration": "00:03:02.400000"
        },
        {
            "id": 183890,
            "video": {
                "id": 626319,
                "name": "Anne Cath. Vestlys 100-årsjubileum",
                "header": "I år ville forfatteren Anne Cath. Vestly fylt 100 år. Empo var på plass da dagen ble feiret i forfatterens fødeby, nemlig Rena.",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 978 41 612",
                    "fkmember": true
                },
                "duration": "00:03:02.400000",
                "categories": [
                    "Kultur"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-18T16:00:00+02:00",
            "endtime": "2024-05-18T16:03:02.400000+02:00",
            "duration": "00:03:02.400000"
        },
        {
            "id": 184156,
            "video": {
                "id": 626405,
                "name": "Shofar Det Israelske flagget",
                "header": "Bladet Evangelisten\r\nProgram 24",
                "description": null,
                "creator": "kurt@evangelisten.no",
                "organization": {
                    "id": 135,
                    "name": "Bladet Evangelisten",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": 2188,
                    "editorName": "Kurt Urhaug",
                    "editorEmail": "kurt@evangelisten.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:21:41.240000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T06:58:00+02:00",
            "endtime": "2024-05-17T07:19:41.240000+02:00",
            "duration": "00:21:41.240000"
        },
        {
            "id": 184256,
            "video": {
                "id": 626445,
                "name": "Infoplakat Frikanalen",
                "header": "Informasjon om Frikanalen",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 3,
                    "name": "Frikanalen",
                    "homepage": "https://frikanalen.no",
                    "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                    "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2086,
                    "editorName": "Tore Sinding Bekkedal",
                    "editorEmail": "toresbe@protonmail.com",
                    "editorMsisdn": "+47 918 59 508",
                    "fkmember": true
                },
                "duration": "00:00:35.120000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T19:55:00+02:00",
            "endtime": "2024-05-18T19:55:35.120000+02:00",
            "duration": "00:00:35.120000"
        },
        {
            "id": 184181,
            "video": {
                "id": 626445,
                "name": "Infoplakat Frikanalen",
                "header": "Informasjon om Frikanalen",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 3,
                    "name": "Frikanalen",
                    "homepage": "https://frikanalen.no",
                    "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                    "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2086,
                    "editorName": "Tore Sinding Bekkedal",
                    "editorEmail": "toresbe@protonmail.com",
                    "editorMsisdn": "+47 918 59 508",
                    "fkmember": true
                },
                "duration": "00:00:35.120000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T16:29:00+02:00",
            "endtime": "2024-05-17T16:29:35.120000+02:00",
            "duration": "00:00:35.120000"
        },
        {
            "id": 184229,
            "video": {
                "id": 626445,
                "name": "Infoplakat Frikanalen",
                "header": "Informasjon om Frikanalen",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 3,
                    "name": "Frikanalen",
                    "homepage": "https://frikanalen.no",
                    "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                    "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2086,
                    "editorName": "Tore Sinding Bekkedal",
                    "editorEmail": "toresbe@protonmail.com",
                    "editorMsisdn": "+47 918 59 508",
                    "fkmember": true
                },
                "duration": "00:00:35.120000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T10:44:00+02:00",
            "endtime": "2024-05-18T10:44:35.120000+02:00",
            "duration": "00:00:35.120000"
        },
        {
            "id": 184234,
            "video": {
                "id": 626445,
                "name": "Infoplakat Frikanalen",
                "header": "Informasjon om Frikanalen",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 3,
                    "name": "Frikanalen",
                    "homepage": "https://frikanalen.no",
                    "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                    "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2086,
                    "editorName": "Tore Sinding Bekkedal",
                    "editorEmail": "toresbe@protonmail.com",
                    "editorMsisdn": "+47 918 59 508",
                    "fkmember": true
                },
                "duration": "00:00:35.120000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T11:59:00+02:00",
            "endtime": "2024-05-18T11:59:35.120000+02:00",
            "duration": "00:00:35.120000"
        },
        {
            "id": 183835,
            "video": {
                "id": 626497,
                "name": "Demo foran Stortinget",
                "header": "Demo foran Stortinget om avtalen mellom Bahrain, Israel, FAE og USA",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:03:15.295295",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-17T20:00:00+02:00",
            "endtime": "2024-05-17T20:03:15.295295+02:00",
            "duration": "00:03:15.295295"
        },
        {
            "id": 184153,
            "video": {
                "id": 626497,
                "name": "Demo foran Stortinget",
                "header": "Demo foran Stortinget om avtalen mellom Bahrain, Israel, FAE og USA",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:03:15.295295",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T06:11:00+02:00",
            "endtime": "2024-05-17T06:14:15.295295+02:00",
            "duration": "00:03:15.295295"
        },
        {
            "id": 184241,
            "video": {
                "id": 626499,
                "name": "Demo foran Stortinget III",
                "header": "En palestiner holder et innlegg foran Stortinget om Osloavtalen som splittet palestinerne og at den nå kan sees bort fra slik at palestinerne på nytt kan stå sammen.",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:08:55.702369",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T15:44:00+02:00",
            "endtime": "2024-05-18T15:52:55.702369+02:00",
            "duration": "00:08:55.702369"
        },
        {
            "id": 184144,
            "video": {
                "id": 626509,
                "name": "Trond Alis kvarter V",
                "header": "Malak forteller",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:05:29.060000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T02:52:00+02:00",
            "endtime": "2024-05-17T02:57:29.060000+02:00",
            "duration": "00:05:29.060000"
        },
        {
            "id": 184253,
            "video": {
                "id": 626514,
                "name": "Shofar Basunhøytiden, Soningsdagen og løvhyttefesten",
                "header": "Bladet Evangelisten\r\nprogram 37",
                "description": null,
                "creator": "kurt@evangelisten.no",
                "organization": {
                    "id": 135,
                    "name": "Bladet Evangelisten",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": 2188,
                    "editorName": "Kurt Urhaug",
                    "editorEmail": "kurt@evangelisten.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:23:42.120000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T19:20:00+02:00",
            "endtime": "2024-05-18T19:43:42.120000+02:00",
            "duration": "00:23:42.120000"
        },
        {
            "id": 184200,
            "video": {
                "id": 626514,
                "name": "Shofar Basunhøytiden, Soningsdagen og løvhyttefesten",
                "header": "Bladet Evangelisten\r\nprogram 37",
                "description": null,
                "creator": "kurt@evangelisten.no",
                "organization": {
                    "id": 135,
                    "name": "Bladet Evangelisten",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": 2188,
                    "editorName": "Kurt Urhaug",
                    "editorEmail": "kurt@evangelisten.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:23:42.120000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T22:49:00+02:00",
            "endtime": "2024-05-17T23:12:42.120000+02:00",
            "duration": "00:23:42.120000"
        },
        {
            "id": 184203,
            "video": {
                "id": 626528,
                "name": "Shofar Israel er et tegn",
                "header": "Bladet Evangelisten\r\nprogram 38",
                "description": null,
                "creator": "kurt@evangelisten.no",
                "organization": {
                    "id": 135,
                    "name": "Bladet Evangelisten",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": 2188,
                    "editorName": "Kurt Urhaug",
                    "editorEmail": "kurt@evangelisten.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:23:49.200000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T23:38:00+02:00",
            "endtime": "2024-05-18T00:01:49.200000+02:00",
            "duration": "00:23:49.200000"
        },
        {
            "id": 184227,
            "video": {
                "id": 626550,
                "name": "Trond Alis kvarter IX",
                "header": "Trond Ali snakker med Hanan Khair Bakir",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:23:55.840000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T09:26:00+02:00",
            "endtime": "2024-05-18T09:49:55.840000+02:00",
            "duration": "00:23:55.840000"
        },
        {
            "id": 184238,
            "video": {
                "id": 626551,
                "name": "Norge som krigsnasjon",
                "header": "Terje Alnes snakker om Norge som permanent krigsnasjon (kortversjon)",
                "description": null,
                "creator": "skrohn@broadpark.no",
                "organization": {
                    "id": 142,
                    "name": "Norge ut av NATO",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": 2232,
                    "editorName": "Sonja Krohn",
                    "editorEmail": "skrohn@broadpark.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:42:55.480000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T14:46:00+02:00",
            "endtime": "2024-05-18T15:28:55.480000+02:00",
            "duration": "00:42:55.480000"
        },
        {
            "id": 183893,
            "video": {
                "id": 626627,
                "name": "Jesus oppstandelse.mp4",
                "header": "Jesus oppstandelse",
                "description": null,
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:30:12.766667",
                "categories": []
            },
            "schedulereason": 4,
            "starttime": "2024-05-18T18:00:00+02:00",
            "endtime": "2024-05-18T18:30:12.766667+02:00",
            "duration": "00:30:12.766667"
        },
        {
            "id": 184162,
            "video": {
                "id": 626644,
                "name": "Trond Alis kvarter XV",
                "header": "Trond Ali og Hanan Khair Bakir snakker om palestinske barn i israelske fengsler.",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:15:16.800000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T11:43:00+02:00",
            "endtime": "2024-05-17T11:58:16.800000+02:00",
            "duration": "00:15:16.800000"
        },
        {
            "id": 184220,
            "video": {
                "id": 626644,
                "name": "Trond Alis kvarter XV",
                "header": "Trond Ali og Hanan Khair Bakir snakker om palestinske barn i israelske fengsler.",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:15:16.800000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T06:23:00+02:00",
            "endtime": "2024-05-18T06:38:16.800000+02:00",
            "duration": "00:15:16.800000"
        },
        {
            "id": 184189,
            "video": {
                "id": 626648,
                "name": "Palestinske høytider",
                "header": "Trond Ali og Hanan snakker om palestinske høytider",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:04:14.087421",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T20:55:00+02:00",
            "endtime": "2024-05-17T20:59:14.087421+02:00",
            "duration": "00:04:14.087421"
        },
        {
            "id": 183961,
            "video": {
                "id": 626700,
                "name": "Jahve kjenner sine",
                "header": "Selv om Israels 10 stammer mistet sin identitet, så har Gud hele tiden visst hvor de er...",
                "description": "",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:44:12.733333",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-19T18:00:00+02:00",
            "endtime": "2024-05-19T18:44:12.733333+02:00",
            "duration": "00:44:12.733333"
        },
        {
            "id": 184249,
            "video": {
                "id": 626708,
                "name": "Trond Alis Kvarter - Anmeldelse av Midtøsten på 200 sider, og Arab and Jew in the land of Canaan",
                "header": "",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:11:18.266667",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T17:47:00+02:00",
            "endtime": "2024-05-18T17:58:18.266667+02:00",
            "duration": "00:11:18.266667"
        },
        {
            "id": 184219,
            "video": {
                "id": 626711,
                "name": "Palestine and The Rights of Return",
                "header": "",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:07:55.520000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T06:15:00+02:00",
            "endtime": "2024-05-18T06:22:55.520000+02:00",
            "duration": "00:07:55.520000"
        },
        {
            "id": 184259,
            "video": {
                "id": 626711,
                "name": "Palestine and The Rights of Return",
                "header": "",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:07:55.520000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T20:50:00+02:00",
            "endtime": "2024-05-18T20:57:55.520000+02:00",
            "duration": "00:07:55.520000"
        },
        {
            "id": 183958,
            "video": {
                "id": 626719,
                "name": "Vitenskap og bibel",
                "header": "En grei oversikt",
                "description": "",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:52:29.733333",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-19T12:00:00+02:00",
            "endtime": "2024-05-19T12:52:29.733333+02:00",
            "duration": "00:52:29.733333"
        },
        {
            "id": 184021,
            "video": {
                "id": 626729,
                "name": "Historien om Israels stammer",
                "header": "Verdifull viten",
                "description": "",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:51:41.666667",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-20T18:00:00+02:00",
            "endtime": "2024-05-20T18:51:41.666667+02:00",
            "duration": "00:51:41.666667"
        },
        {
            "id": 184171,
            "video": {
                "id": 626735,
                "name": "10 år siden Norge bombet Libya",
                "header": "Markering utenfor Stortinget på 10 års dagen for den første norske bomben over Libya",
                "description": null,
                "creator": "skrohn@broadpark.no",
                "organization": {
                    "id": 142,
                    "name": "Norge ut av NATO",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": 2232,
                    "editorName": "Sonja Krohn",
                    "editorEmail": "skrohn@broadpark.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:18:00.900000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T13:45:00+02:00",
            "endtime": "2024-05-17T14:03:00.900000+02:00",
            "duration": "00:18:00.900000"
        },
        {
            "id": 184190,
            "video": {
                "id": 626741,
                "name": "Markering av 10 årsdagen for Norges krig mot Libya",
                "header": "Markering av 10 årsdagen for starten for Norges krig mot Libya",
                "description": null,
                "creator": "skrohn@broadpark.no",
                "organization": {
                    "id": 142,
                    "name": "Norge ut av NATO",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": 2232,
                    "editorName": "Sonja Krohn",
                    "editorEmail": "skrohn@broadpark.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:13:31.840000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-17T21:15:00+02:00",
            "endtime": "2024-05-17T21:28:31.840000+02:00",
            "duration": "00:13:31.840000"
        },
        {
            "id": 184231,
            "video": {
                "id": 626769,
                "name": "Blikk på historien. Kanaans land og Palestina",
                "header": "Trond Ali forteller om Kanaans land og Palestina",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:17:15.440000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-05-18T10:52:00+02:00",
            "endtime": "2024-05-18T11:09:15.440000+02:00",
            "duration": "00:17:15.440000"
        },
        {
            "id": 183963,
            "video": {
                "id": 626777,
                "name": "Internasjonal solidaritetsdag for palestinske politiske fanger, 17. april",
                "header": "",
                "description": "",
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:15:40.041754",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-19T20:00:00+02:00",
            "endtime": "2024-05-19T20:15:40.041754+02:00",
            "duration": "00:15:40.041754"
        },
        {
            "id": 184022,
            "video": {
                "id": 626777,
                "name": "Internasjonal solidaritetsdag for palestinske politiske fanger, 17. april",
                "header": "",
                "description": "",
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:15:40.041754",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-20T20:00:00+02:00",
            "endtime": "2024-05-20T20:15:40.041754+02:00",
            "duration": "00:15:40.041754"
        },
        {
            "id": 184076,
            "video": {
                "id": 626798,
                "name": "Guds løfter",
                "header": "Gjennom Abrahams ætt",
                "description": "",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:56:44.800000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-21T18:00:00+02:00",
            "endtime": "2024-05-21T18:56:44.800000+02:00",
            "duration": "00:56:44.800000"
        },
        {
            "id": 183834,
            "video": {
                "id": 626835,
                "name": "Jehova",
                "header": "Jehova, Jesus, Den Hellige Ånd",
                "description": "",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:56:47.766667",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-17T18:00:00+02:00",
            "endtime": "2024-05-17T18:56:47.766667+02:00",
            "duration": "00:56:47.766667"
        },
        {
            "id": 183894,
            "video": {
                "id": 626872,
                "name": "Intervju med Rabbi Weis",
                "header": "Intervju med Rabbi Weis",
                "description": "",
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:49:17.480000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-18T20:00:00+02:00",
            "endtime": "2024-05-18T20:49:17.480000+02:00",
            "duration": "00:49:17.480000"
        },
        {
            "id": 184194,
            "video": {
                "id": 627069,
                "name": "Guds løfter før og etter",
                "header": "Abrahams løfter gjelder også idag",
                "description": "",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:52:06.766667",
                "categories": [
                    "Kultur"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-23T18:00:00+02:00",
            "endtime": "2024-05-23T18:52:06.766667+02:00",
            "duration": "00:52:06.766667"
        },
        {
            "id": 184077,
            "video": {
                "id": 627081,
                "name": "FNs solidaritetsdag Palestina",
                "header": "",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:11:02.320000",
                "categories": [
                    "Religion og livssyn",
                    "Samfunn og politikk",
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-21T20:00:00+02:00",
            "endtime": "2024-05-21T20:11:02.320000+02:00",
            "duration": "00:11:02.320000"
        },
        {
            "id": 184131,
            "video": {
                "id": 627100,
                "name": "TAK - Syria",
                "header": "",
                "description": "",
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:17:34.640000",
                "categories": [
                    "Religion og livssyn",
                    "Samfunn og politikk",
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-22T20:00:00+02:00",
            "endtime": "2024-05-22T20:17:34.640000+02:00",
            "duration": "00:17:34.640000"
        },
        {
            "id": 184196,
            "video": {
                "id": 627399,
                "name": "Protest28AprilBaseavtaleUSA",
                "header": "Appeller mot baseavtale med USA. Protest foran Stortinget 28. april 2022",
                "description": "Protest i Oslo 28. april mot baseavtale med USA",
                "creator": "ghem@getmail.no",
                "organization": {
                    "id": 152,
                    "name": "Stopp NATO",
                    "homepage": "https://stoppnato.no/",
                    "description": "",
                    "postalAddress": "Heimdalsgata 21",
                    "streetAddress": "Heimdalsgata 21",
                    "editorId": 2311,
                    "editorName": "Geir Hem",
                    "editorEmail": "ghem@getmail.no",
                    "editorMsisdn": "+47 908 24 189",
                    "fkmember": true
                },
                "duration": "00:38:25.240000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-23T21:00:00+02:00",
            "endtime": "2024-05-23T21:38:25.240000+02:00",
            "duration": "00:38:25.240000"
        },
        {
            "id": 184130,
            "video": {
                "id": 627435,
                "name": "Læren er viktig",
                "header": "Undervisning",
                "description": "Undervisning",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:55:40.500000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-22T18:00:00+02:00",
            "endtime": "2024-05-22T18:55:40.500000+02:00",
            "duration": "00:55:40.500000"
        },
        {
            "id": 184132,
            "video": {
                "id": 627585,
                "name": "Galtung spår 911 rett før det skjedde",
                "header": "",
                "description": "Galtung snakker 6. september 2001 om medienes rolle. Etterhvert skisserer han hvilket hat som har bygd seg opp mot usa og hva som vil komme til å skje.",
                "creator": "ola@frikanalen.no",
                "organization": {
                    "id": 133,
                    "name": "Bevegelsen for Sosialisme",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2249,
                    "editorName": "Ola Tellesbø",
                    "editorEmail": "ola@frikanalen.no",
                    "editorMsisdn": "+47 400 41 813",
                    "fkmember": true
                },
                "duration": "00:23:49.100000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-22T21:00:00+02:00",
            "endtime": "2024-05-22T21:23:49.100000+02:00",
            "duration": "00:23:49.100000"
        },
        {
            "id": 183959,
            "video": {
                "id": 627719,
                "name": "(2) Nyheter om Jehovas Vitner & Domsbudskap",
                "header": "Egil S. Langemyr",
                "description": "Velkommen til den andre episoden av Sannheten. Programmet som har som formål å fortelle den usensurerte sannheten om Jehovas Vitner og Vakttårnets Bibel- og Traktatselskap.",
                "creator": "egil@skarning.no",
                "organization": {
                    "id": 251,
                    "name": "Sannheten",
                    "homepage": "www.sannheten.org",
                    "description": "",
                    "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                    "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                    "editorId": 2827,
                    "editorName": "Egil Skarning Langemyr",
                    "editorEmail": "egil@skarning.no",
                    "editorMsisdn": "+47 458 88 666",
                    "fkmember": true
                },
                "duration": "00:44:52.600000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-19T13:00:00+02:00",
            "endtime": "2024-05-19T13:44:52.600000+02:00",
            "duration": "00:44:52.600000"
        },
        {
            "id": 183831,
            "video": {
                "id": 627719,
                "name": "(2) Nyheter om Jehovas Vitner & Domsbudskap",
                "header": "Egil S. Langemyr",
                "description": "Velkommen til den andre episoden av Sannheten. Programmet som har som formål å fortelle den usensurerte sannheten om Jehovas Vitner og Vakttårnets Bibel- og Traktatselskap.",
                "creator": "egil@skarning.no",
                "organization": {
                    "id": 251,
                    "name": "Sannheten",
                    "homepage": "www.sannheten.org",
                    "description": "",
                    "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                    "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                    "editorId": 2827,
                    "editorName": "Egil Skarning Langemyr",
                    "editorEmail": "egil@skarning.no",
                    "editorMsisdn": "+47 458 88 666",
                    "fkmember": true
                },
                "duration": "00:44:52.600000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-17T13:00:00+02:00",
            "endtime": "2024-05-17T13:44:52.600000+02:00",
            "duration": "00:44:52.600000"
        },
        {
            "id": 183888,
            "video": {
                "id": 627822,
                "name": "Er det bare plass til 144 000 i himmelen?",
                "header": "Egil S. Langemyr",
                "description": "Velkommen til den tredje episoden av Sannheten.",
                "creator": "egil@skarning.no",
                "organization": {
                    "id": 251,
                    "name": "Sannheten",
                    "homepage": "www.sannheten.org",
                    "description": "",
                    "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                    "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                    "editorId": 2827,
                    "editorName": "Egil Skarning Langemyr",
                    "editorEmail": "egil@skarning.no",
                    "editorMsisdn": "+47 458 88 666",
                    "fkmember": true
                },
                "duration": "00:24:55.133333",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-18T13:00:00+02:00",
            "endtime": "2024-05-18T13:24:55.133333+02:00",
            "duration": "00:24:55.133333"
        },
        {
            "id": 183887,
            "video": {
                "id": 627848,
                "name": "Hvem, hva og hvor er Jehova og Jesus",
                "header": "Nyttig lærdom varer livet ut",
                "description": "Nyttig lærdom varer livet ut",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:58:35.300000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-05-18T12:00:00+02:00",
            "endtime": "2024-05-18T12:58:35.300000+02:00",
            "duration": "00:58:35.300000"
        }
    ]
}